POST api/users/ChangePassword

DOCUMENTACION NO DISPONIBLE

Request Information

URI Parameters

None.

Body Parameters

ChangePasswordBindingModel
NameDescriptionTypeAdditional information
IdUser

DOCUMENTACION NO DISPONIBLE

globally unique identifier

Required

OldPassword

DOCUMENTACION NO DISPONIBLE

string

Required

Data type: Password

NewPassword

DOCUMENTACION NO DISPONIBLE

string

Required

Data type: Password

String length: inclusive between 6 and 100

Request Formats

application/json, text/json

Sample:
{
  "IdUser": "826158e5-ce15-4bb0-9510-10244735f08b",
  "OldPassword": "sample string 2",
  "NewPassword": "sample string 3"
}

application/xml, text/xml

Sample:
<ChangePasswordBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <IdUser>826158e5-ce15-4bb0-9510-10244735f08b</IdUser>
  <NewPassword>sample string 3</NewPassword>
  <OldPassword>sample string 2</OldPassword>
</ChangePasswordBindingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.