POST api/Account/SendResetPasswordEmail
Request Information
URI Parameters
None.
Body Parameters
RequestPasswordRecoveryLink| Name | Description | Type | Additional information |
|---|---|---|---|
| subject | string |
None. |
|
| fromDisplayName | string |
None. |
|
| string |
None. |
||
| emailLinkCallback | string |
None. |
|
| templateFileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"subject": "sample string 1",
"fromDisplayName": "sample string 2",
"email": "sample string 3",
"emailLinkCallback": "sample string 4",
"templateFileName": "sample string 5"
}
application/xml, text/xml
Sample:
<AccountController.RequestPasswordRecoveryLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VisualGestAPI.Controllers"> <email>sample string 3</email> <emailLinkCallback>sample string 4</emailLinkCallback> <fromDisplayName>sample string 2</fromDisplayName> <subject>sample string 1</subject> <templateFileName>sample string 5</templateFileName> </AccountController.RequestPasswordRecoveryLink>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.