Update user password
POST/password-reset/update
Updates the user's password after verifying the password reset token. Invalidates all existing sessions and creates a new session.
Request
Responses
- 200
- 401
- 403
- 500
Password updated successfully
Not authenticated (invalid or missing password reset token)
Forbidden (password reset token not verified)
Internal server error