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": "1ceeb40e-0ba8-4db9-bc54-3f8385a8d0ac",
"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.