# Update User Name **PUT /users/{userId}/name** Update user name ## 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) - **firstName** (string) The first name of the user. - **lastName** (string) The last name of the user. ## Responses ### 200 User name 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)