add_guest_to_task
Invite a guest to a task with read, comment, edit, or create permissions. Returns the updated guest.
Instructions
Share a single task with a guest at a chosen permission level. Returns the updated guest. Enterprise plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the task to share. | |
| guest_id | Yes | ID of the guest (the guest user's numeric id). | |
| permission_level | No | Permission level to grant: 'read' (view only), 'comment', 'edit', or 'create'. | |
| custom_task_ids | No | Set true when `task_id` is a custom task ID instead of a native ClickUp ID. Requires team_id. | |
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. |