Request Password Reset
POST/users/password-reset-requests/:username
Request password reset for specified user (username). An email will be sent to the user's email address with instructions on how to set a new password.
Request
Responses
- 204
- 400
- 401
- 403
- 404
- 500
Reset 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