freeagent_update_user
Update an existing user's details such as name, role, and permission level in FreeAgent.
Instructions
Update an existing user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The ID of the user to update | |
| first_name | No | Updated first name | |
| last_name | No | Updated last name | |
| role | No | Updated role of the user | |
| permission_level | No | Updated permission level from 0 (no access) to 8 (full access) |