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": "ebc8b5c2-6ffb-4e9c-8d3c-bdffb61f21e1",
"PasswordHash": "QEA=",
"DateCreated": "2026-02-04T05:26:36.2898672+00:00",
"SecurityGroupUserID": "1fd72ebd-fa59-41ec-a24e-1452544fafbe"
},
{
"$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.