tc_update_project_user
Update a project member's role to ADMIN or USER by specifying the project ID, user ID, and the new role to adjust their access level.
Instructions
Change a project member's role (e.g. USER → ADMIN).
Requires TC_ENABLE_WRITE=1.
Args: project_id: Project ID. user_id: Member id from tc_list_project_members (not the email). role: "ADMIN" or "USER".
Returns the updated member object with {"updated": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | ||
| user_id | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |