Back
POST api/v1/Account/ForgotPassword
Send notification for password reset.
Request Information
URI Parameters
None.
Body Parameters
UserForgotPasswordBindingModelName | Description | Type | Additional information |
---|---|---|---|
UserEmailAddress |
Username i.e. the email address used for registration. |
string |
Required |
FromEmailAddress |
Notification sender email address |
string |
Required |
CallbackUrl |
Complete and valid callback url. The token will be appended to the url and an email will be sent to the user with the link. |
string |
Required |
ClientId |
RPost provided Client ID |
string |
None. |
Language |
Language |
string |
None. |
LoginURL | string |
None. |
Sample Request
Request Formats
application/json, text/json
Sample:
{ "UserEmailAddress": "sample string 1", "FromEmailAddress": "sample string 2", "CallbackUrl": "sample string 3", "ClientId": "sample string 4", "Language": "sample string 5", "LoginURL": "sample string 6" }
Response Information
Resource Description
stringSample Response
application/json, text/json
Sample:
"sample string"