GET api/Account/resetpasswordcustom?email={email}&origin={origin}&clientId={clientId}

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

NameDescriptionTypeAdditional information
email

string

Required

origin

Selects the UI that handles the password reset.

string

Default value is

clientId

Optional return-destination key carried in LoginPage reset links.

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.