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": "559cc875-ae41-4a31-8e84-a2aa2653f3ba",
"PasswordHash": "QEA=",
"DateCreated": "2025-12-14T21:46:22.6160617+00:00",
"SecurityGroupUserID": "2da6c247-10ca-40b7-ad25-693685edc43c"
}
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.