Reset Rassword
Allows an SDP user who has gone through the Forgot Password process to set their new password with a token sent via email.
- application/json
Request Body required
Reset password request data
- password string required
New password for the user
- reset_token string required
Token used to identify a valid password reset request
Responses
- 200
- 400
Password reset successfully
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
- message string
Details about the error
{
"message": "string"
}
Loading...