POST api/Account/ForgotPassword
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| ResetUrl | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"email": "sample string 1",
"resetUrl": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.