PUT User

Request Information

URI Parameters

None.

Body Parameters

UserCredentials
NameDescriptionTypeAdditional information
UserName

string

String length: inclusive between 5 and 255

Password

string

String length: inclusive between 0 and 100

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "Password": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'UserCredentials'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.