POST api/auth/reset-password

Request Information

URI Parameters

None.

Body Parameters

ResetPasswordDto
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

NewPassword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "8b583788-7b36-43ce-8252-86d292b7b52b",
  "NewPassword": "sample string 2"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ResetPasswordDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.