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": "2ae850ee-13d2-47c5-9f2b-c1cba7bac022",
"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.