add_project_user
Assign a user to a project with a specific role (owner, manager, task_runner, or guest) for access management.
Instructions
Link a user to a project with a role.
Args: project_id: ID of the project user_id: ID of the user to link 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 | |||