Update a user
Users
Update a user
Update an existing user’s attributes such as name, email, role, or active status.
PATCH
Update a user
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
email | No | Updated email address |
name | No | Updated display name |
role_id | No | New role assignment |
is_active | No | Enable or disable user |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Path Parameters
The unique identifier of the user to update
Body
application/json
Response
User updated successfully

