PUT Application/PutSecurityGroupUserPassword
Request Information
URI Parameters
None.
Body Parameters
SecurityGroupUserPasswordName | Description | Type | Additional information |
---|---|---|---|
ID | globally unique identifier |
None. |
|
PasswordHash | Collection of byte |
Required |
|
DateCreated | date |
Required |
|
SecurityGroupUserID | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "ID": "c231be9d-a9e7-497d-98db-4821ca0d51c9", "PasswordHash": "QEA=", "DateCreated": "2025-09-05T18:36:58.8298496+00:00", "SecurityGroupUserID": "41edafc2-63ea-4f59-8d3a-f2d2e75e3c2f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | Description | Type | Additional information |
---|---|---|---|
IsSuccess | boolean |
None. |
|
ErrorMessage | string |
None. |
|
Code | string |
None. |
|
StackTrace | string |
None. |
|
Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.