POST Application/PostSecurityGroupUserPasswords
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": "e5e7c274-f0be-4d65-9709-c5c055c20fa0",
"PasswordHash": "QEA=",
"DateCreated": "2026-03-07T08:46:40.2718433+00:00",
"SecurityGroupUserID": "1f88eb32-6114-4a9b-88e6-04a0beb77126"
}
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.