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": "db5138f0-27bb-4186-82b3-65b5b507e104",
"PasswordHash": "QEA=",
"DateCreated": "2025-12-05T09:28:15.3924353+00:00",
"SecurityGroupUserID": "a0d8b62b-022c-4c5e-9d73-eb78165e3ff7"
},
{
"$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.