update_user
Update user details: name, email, role, account, and company list. Set fields to null to leave them unchanged.
Instructions
Update mutable user fields. Pass None to leave unchanged.
Args: user_id: 'USR...' id. company_ids: REPLACES the user's company access list (additive modification not exposed; for additive use the CallRail UI).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| No | |||
| user_id | Yes | ||
| last_name | No | ||
| account_id | No | ||
| first_name | No | ||
| company_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |