POST api/Account/ResetPassword

reset the user password. the user is identified by the email parameter. if user is not found 404 is returned if user is found, a random password is generated and sent by email

Request Information

URI Parameters

None.

Body Parameters

ForgotPasswordBindingModdel
NameDescriptionTypeAdditional information
Email

string

Required

Request Formats

application/json, text/json

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.