# Update a user **POST /users/{user_id}** In addition to the default user fields, you can also update custom fields added via the vendor attributes or HivePress extensions. ## Servers - /wp-json/hivepress/v1: /wp-json/hivepress/v1 () ## Parameters ### Path parameters - **user_id** (integer) User ID. ### Body: application/json (object) - **first_name** (string) First name. - **last_name** (string) Last name. - **description** (string) Profile description. ## Responses ### 200 [Powered by Bump.sh](https://bump.sh)