You are currently viewing 'Forgot Password ' page



Usage

POST /Account/ForgotPassword

Content-Type

application/json

Description

Reset users password based on email.

Note

Put the access token generated from the Get Access Token endpoint (Auth/ValidateUser) in the request header field "Authorization" as "bearer ACCESS_TOKEN_HERE".

Example

Sample Body:

{
"email": "***********",
"redirectUrl": OPTIONAL
}
If the redirectUrl field is supplied when resetting a parent account level user, the system will redirect the user back to that Url after the password has been reset.

Returns a string response code value, see below.

Response Codes

Value
Description
1.0
Successful
2.0
User does not exist
4.1
Username is tied to a Facebook login
4.2
Username is tied to a Google login