POST v1/reset/{email}?appUrl={appUrl}&resetUrl={resetUrl}
Create a reset password request for a user with the specified email if he exists.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
email |
string |
Required |
|
appUrl |
A url directing the user to the relevant app. | URI |
Required |
resetUrl |
A url directing the user to the relevant app's password reset flow. A unique token will be added to the query string parameters. | URI |
Required |
Body Parameters
None.
Response Information
Resource Description
Will always return with status code 200 OK for valid request. It will not indicate whether the email actually exists in the system.
None.