PUT Application/PutSecurityGroupUserPasswords
Request Information
URI Parameters
None.
Body Parameters
Collection of 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": "1", "ID": "c785cb09-3db6-43a6-a75d-811158b94456", "PasswordHash": "QEA=", "DateCreated": "2025-09-05T18:31:08.8268084+00:00", "SecurityGroupUserID": "412491c9-110b-4856-b8cf-87dc2950bdf2" }, { "$ref": "1" } ]
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.