PUT Application/PutSecurityGroupUserPasswords
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1",
"ID": "95d85eb7-0fe5-4c56-b1c3-74e36ced27d9",
"PasswordHash": "QEA=",
"DateCreated": "2025-12-14T21:46:00.6333521+00:00",
"SecurityGroupUserID": "1357e9c2-2d9b-4fea-83c3-d8ee0056a715"
},
{
"$ref": "1"
}
]
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.