# Update a specific user **PUT /users/{userId}** ## Servers - Local development server: http://localhost:5000 (Local development server) ## Parameters ### Path parameters - **userId** (string) ### Body: application/json (object) - **id** (string) The user ID. - **name** (string) The user's name. - **email** (string) The user's email address. ## Responses ### 200 User updated [Powered by Bump.sh](https://bump.sh)