POST Api/v1/Auth/ChangePassword

Changes the user's password using the generated password reset token.

Request Information

URI Parameters

None.

Body Parameters

ChangePassword
NameDescriptionTypeAdditional information
Token

string

Required

Password

string

Required

String length: inclusive between 4 and 255

Request Formats

application/json, text/json

Sample:
{
  "token": "sample string 1",
  "password": "sample string 2"
}

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.