POST api/User/ChangePassword

Request Information

URI Parameters

None.

Body Parameters

UserChangePasswordDTO
NameDescriptionTypeAdditional information
Username

string

None.

NewPassword

string

None.

OldPassword

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Username": "sample string 1",
  "NewPassword": "sample string 2",
  "OldPassword": "sample string 3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

application/xml, text/xml

Sample:
<UserChangePasswordDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Username>sample string 1</Username>
  <NewPassword>sample string 2</NewPassword>
  <OldPassword>sample string 3</OldPassword>
</UserChangePasswordDTO>

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.