Forgot Password
Sends an email with a token to an SDP user who has gone through the Forgot Password process.
- application/json
Request Body required
Forgot password request data
- email email required
Email of the user
- recaptcha_token string
Token for reCAPTCHA validation
Responses
- 200
- 400
Forgot password email sent successfully
- */*
- Schema
- Example (from schema)
Schema
- message string required
{
"message": "string"
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
- message string
Details about the error
{
"message": "string"
}
Loading...