POST Authenticate/ResetPassword

Request Information

URI Parameters

None.

Body Parameters

ResetPasswordModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

NewPassword

string

Required

Data type: Password

Min length: 5

String length: inclusive between 0 and 50

ConfirmNewPassword

string

Required

Data type: Password

Min length: 5

String length: inclusive between 0 and 50

Request Formats

application/json, text/json

Sample:
{
  "id": "7c69b98a-1ec9-4212-99de-41a98c2ed106",
  "newPassword": "sample string 2",
  "confirmNewPassword": "sample string 3"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.