POST api/account/resetpassword
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordInput| Name | Description | Type | Additional information |
|---|---|---|---|
| EmailAddress | string |
Required Matching regular expression pattern: ([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3}) |
Request Formats
application/json, text/json
Sample:
{
"EmailAddress": "sample string 1"
}
application/xml, text/xml
Sample:
<ForgotPasswordInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MScore.Synchronization.WebApi.ViewModels.Input"> <EmailAddress>sample string 1</EmailAddress> </ForgotPasswordInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |