POST api/Login/ForgotPassword
Request Information
URI Parameters
None.
Body Parameters
ForgotPasswordInputName | Description | Type | Additional information |
---|---|---|---|
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "email": "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/APIService.Models.Public.Login"> <Email>sample string 1</Email> </ForgotPasswordInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ForgotPasswordOutputName | Description | Type | Additional information |
---|---|---|---|
success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "success": true }
application/xml, text/xml
Sample:
<ForgotPasswordOutput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIService.Models.Public.Login"> <success>true</success> </ForgotPasswordOutput>