update_user
Update an existing user's name, job function, phone, language, or role after confirming changes. Use to modify user details without inviting or listing users.
Instructions
Use this when the user wants to update a user's information such as name, job function, phone, language, or role. Ask the user to confirm the changes before executing. Do NOT use this for inviting new users (use invite_user) or listing users (use list_users).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the user to update. | |
| phone | No | The user's phone number including country calling code (e.g. +14155551234, +447911123456). Must start with a valid country calling code such as +1, +44, or +91. | |
| roleId | No | The ID of the role to assign to the user. | |
| language | No | The user's preferred language. Accepted values: en, ja, es. | |
| lastName | No | The user's last name. | |
| firstName | No | The user's first name. | |
| jobFunction | No | The user's job function. Accepted values: Data Engineer / Data Analysts, Executive Team, Finance / Accounting, Founder, Legal / Purchasing, Management, Sales / Marketing, Software / Ops Engineer. | |
| phoneExtension | No | The user's phone extension. Digits only, up to 15 characters. |