update_project_user
Update a user's role within a project. Assign roles like owner, manager, task_runner, or guest to control permissions.
Instructions
Update a linked user's project role.
Args: project_id: ID of the project user_id: ID of the linked user role: Project role: owner, manager, task_runner, or guest
Returns: Empty dict on success
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| user_id | Yes | ||
| role | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||