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": "d94566b5-0670-4115-9b1e-81b81adb68a2",
"PasswordHash": "QEA=",
"DateCreated": "2025-12-14T21:45:30.6233561+00:00",
"SecurityGroupUserID": "3362a762-6a37-4e62-a6e0-68d0cd0445f5"
}
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.