Complete a Password Reset request
POST/api/management/v1/useradm/auth/password-reset/complete
Complete a Password Reset request initiated by the /auth/password-reset/start end-point.
Caller provides the secret hash received by email, and the new password of the user.
Request
Responses
- 202
- 400
- 500
The request has been accepted.
Invalid Request.
Internal Server Error.