POST api/v1/user/requestPasswordReset

User requests a password reset. Sends an email to allow the user to reset their password.

Request Information

URI Parameters

None.

Body Parameters

RequestPasswordResetDto
NameDescriptionTypeAdditional information
Username

string

None.

Request Formats

application/json, text/json, application/senml+json

Sample:
{
  "Username": "sample string 1"
}

application/xml, text/xml

Sample:
<RequestPasswordResetViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AnalysisUK.Tinamous.www.ApiControllers.Models.RequestPasswordReset">
  <Username>sample string 1</Username>
</RequestPasswordResetViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Status code only

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml, application/senml+json

Sample:

Sample not available.