Skip to main content

Reset a user's password

POST 

/api/auth/reset-password

Validates the password reset token and updates the user's password. The token must not be expired. Returns 201 on success, or an appropriate error if the token is invalid, expired, or the user cannot be found.

Request

Responses

Password reset successfully.