Reset Password
POST/users/passwords/:identifier
Set new password for user knowing the reset password identifier. The identifier is received per email as part of the request password reset flow.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Set password request was successful.
Bad request
Invalid or missing bearer token in Authorization header
User not allowed to make this request
Resource not found
Internal server error