POST api/Account/ResetPassword
Request Information
URI Parameters
None.
Body Parameters
UpdateBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| string |
Required |
||
| Password | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Email": "sample string 1",
"Password": "sample string 2"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IdentityResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Errors | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.