# Change user password **POST /auth/change-password** Allow the user to change his password. Requires current password for verification and password confirmation to ensure accuracy. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters ### Body: application/json (object) - **old_password** (string(password)) Current password - **password** (string(password)) New password - **password_2** (string(password)) New password confirmation ## Responses ### 200 Password changed ### 400 Invalid password or inactive user [Powered by Bump.sh](https://bump.sh)