POST Application/PostSecurityGroupUserPasswords
Request Information
URI Parameters
None.
Body Parameters
SecurityGroupUserPasswordName | 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": "25342368-b539-441b-947e-b850aa9c93db", "PasswordHash": "QEA=", "DateCreated": "2025-09-05T18:31:11.3771595+00:00", "SecurityGroupUserID": "9c224794-1362-40fc-bc6b-4d7c8a48e3db" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.