Reset Rassword
POST/reset-password
Allows an SDP user who has gone through the Forgot Password process to set their new password with a token sent via email.
Request
- */*
Body
required
Reset password request data
password stringrequired
New password for the user
reset_token stringrequired
Token used to identify a valid password reset request
Responses
- 200
- 400
Password reset successfully
Bad Request
- application/json
- 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...