POST api/UpdateUser
Request Information
URI Parameters
None.
Body Parameters
UserList| Name | Description | Type | Additional information |
|---|---|---|---|
| GID | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| string |
None. |
||
| Locked | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"GID": "12eeb51e-19d4-4aa4-9611-0458d00d720b",
"UserName": "sample string 2",
"Email": "sample string 3",
"Locked": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.