Password Reset Email
Reset Password for a certain email address corresponding to a registered user. If email exists, a new reset reset_password_token is created and an email is sent to the corresponding user.
- application/json
Request Body required
- email string required
Email of the user
Responses
- 200
- 409
- 500
Password changed
Invalid request body.
Something is wrong with the API.
Loading...