POST api/users/SetPassword

DOCUMENTACION NO DISPONIBLE

Request Information

URI Parameters

None.

Body Parameters

ForcePasswordBindingModel
NameDescriptionTypeAdditional information
IdUser

DOCUMENTACION NO DISPONIBLE

globally unique identifier

Required

NewPassword

DOCUMENTACION NO DISPONIBLE

string

Required

Data type: Password

String length: inclusive between 6 and 100

Request Formats

application/json, text/json

Sample:
{
  "IdUser": "81460723-f545-4d0a-bcd4-4788dc85515a",
  "NewPassword": "sample string 2"
}

application/xml, text/xml

Sample:
<ForcePasswordBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <IdUser>81460723-f545-4d0a-bcd4-4788dc85515a</IdUser>
  <NewPassword>sample string 2</NewPassword>
</ForcePasswordBindingModel>

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.