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
application/json
identifier
string required

Local identity identifier

uuid
string required

The reset UUID received by email by the user after a password reset request

password
string required

The 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