# Change person password **POST /actions/persons/{person_id}/change-password** Allow admin to change password for given user. An admin can't change other admins password. The new password requires a confirmation to ensure that the admin didn't make a mistake by typing the new password. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Jwt authorization ## Parameters #### Path parameters - **person_id** (string(uuid)) Person unique identifier ## Body parameters Content-type: application/json - **password** (string(password)) New password - **password_2** (string(password)) Password confirmation ## Responses ### 200: Password changed successfully #### Body Parameters: application/json (object) - **success** (boolean) Success flag ### 400: Invalid password or inactive user #### Body Parameters: application/json (object) - **error** (boolean) Error flag - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)