POST api/UpdateUser

Request Information

URI Parameters

None.

Body Parameters

UserList
NameDescriptionTypeAdditional information
GID

globally unique identifier

None.

UserName

string

None.

Email

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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.