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": "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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.