Forgot Password
POST/forgot-password
Sends an email with a token to an SDP user who has gone through the Forgot Password process.
Request
- */*
Body
required
Forgot password request data
email emailrequired
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 stringrequired
{
"message": "string"
}
Bad Request
- */*
- Schema
- Example (from schema)
Schema
error string
Details about the error
extras
object
object
{
"error": "Invalid input",
"extras": {
"field_foo": "field_foo is required",
"field_bar": "field_bar needs to be an integer"
}
}
Loading...