add_guest_to_task
Grant a guest permission to access a task, choosing from read, comment, edit, or create levels. Ideal for enterprise workspaces.
Instructions
Grant a guest access to a task. Enterprise only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID. | |
| guest_id | Yes | ||
| permission_level | No | Permission level to grant on the resource. | |
| custom_task_ids | No | ||
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |