update_user
Update an existing user's profile, permissions, and rates. Only the fields you provide are modified.
Instructions
Update an existing user's profile, permissions, and rates. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the user to update (required) | |
| first_name | No | Update first name | |
| last_name | No | Update last name | |
| No | Update email address | ||
| telephone | No | Update phone number | |
| timezone | No | Update timezone | |
| has_access_to_all_future_projects | No | Update future project access | |
| is_contractor | No | Update contractor status | |
| is_admin | No | Update admin privileges | |
| is_project_manager | No | Update project manager role | |
| can_see_rates | No | Update rate visibility | |
| can_create_projects | No | Update project creation permission | |
| can_create_invoices | No | Update invoice creation permission | |
| is_active | No | Update active status | |
| weekly_capacity | No | Update weekly capacity | |
| default_hourly_rate | No | Update default hourly rate | |
| cost_rate | No | Update cost rate |