# Updates user with the specified ID. **PUT /api/v1/users/{userId}** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Path parameters - **userId** (string(uuid)) ### Body: application/json (object) - **username** (string | null) - **display_name** (string | null) - **email** (string | null) - **avatar_url** (string | null) - **old_password** (string | null) - **new_password** (string | null) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **username** (string) - **display_name** (string) - **email** (string) - **avatar_url** (string | null) ### 400 Bad Request #### Body: application/json (object) - **error_description** (string) - **validation_errors** (object) ### 403 Forbidden #### Body: application/json (object) - **error_description** (string) ### 404 Not Found #### Body: application/json (object) - **error_description** (string) ### 500 Internal Server Error #### Body: application/json (object) - **error_description** (string) [Powered by Bump.sh](https://bump.sh)