Reset a password
This is the second step of the password reset flow. Following a password reset request, the user will receive a reset UUID by email. They can then send this UUID and a new password to reset their password.
Body
required
identifier
string
requiredLocal identity identifier |
uuid
string
requiredThe reset UUID received by email by the user after a password reset request |
password
string
requiredThe new password to set. It must match the password policy if any has been defined |
Responses
-
204 Local identity's password successfully reset
-
401 Authentication error
-
403 Forbidden action
-
500 Unexpected internal server error