PUT Application/PutSecurityGroupUserPassword
Request Information
URI Parameters
None.
Body Parameters
SecurityGroupUserPassword| Name | 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": "ce3a1729-032e-4aae-b633-ef5988eaf866",
"PasswordHash": "QEA=",
"DateCreated": "2026-02-04T21:31:30.2474737+00:00",
"SecurityGroupUserID": "9b9747c6-135f-43d1-9448-7856176e67a2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | 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.