# Update a User **PUT /profiles/{profile_id}/users/{user_id}** ## Servers - https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D: https://api.iformbuilder.com/exzact/api/v80/%5Bservername%5D () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **profile_id** (string) id of the profile - **user_id** (string) id of the user ### Body: application/json (object) - **can_form_edit** (boolean) - **can_thunderplug_sync** (boolean) - **email** (string) - **first_name** (string) - **is_locked** (boolean) Can only unlock user - **last_name** (string) - **password** (string) - **roles** (string) must match "server", "company" or "basic" ## Responses ### 200 OK #### Body: application/json (object) - **id** (number) the updated user id [Powered by Bump.sh](https://bump.sh)