# Reset password with token **PUT /auth/reset-password** Allow a user to change his password when he forgets it. It uses a token sent by email to the user to verify it is the user who requested the password reset. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ## Body parameters Content-type: application/json - **email** (string(email)) User email address - **token** (string(JWT token)) Password reset token - **password** (string(password)) New password - **password2** (string(password)) New password confirmation ## Responses ### 200: Password reset ### 400: Invalid password Wrong or expired token Inactive user [Powered by Bump.sh](https://bump.sh)