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": "092dd9ec-d365-4044-b736-dd500385156c",
"PasswordHash": "QEA=",
"DateCreated": "2025-12-05T09:28:13.5936359+00:00",
"SecurityGroupUserID": "22f11270-cb0d-4cde-92bb-ab692d8fd303"
}
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.