# Update User Password **PUT /users/{userId}/password** Update user password ## Servers - Production: https://connect.century.tech/api/v1 (Production) ## Authentication methods - Api key ## Parameters ### Path parameters - **userId** (string(uuid)) User UUID. ### Body: application/json (object) - **password** (string(password)) New user password ## Responses ### 200 User password updated succssfully. #### Body: application/json (object) - **user** (object) ### 400 Invalid request. ### 401 Invalid authentication credentials ### 403 Not authorised to access this resource ### 404 User not found. [Powered by Bump.sh](https://bump.sh)