clickup_guest_share_task
Grant ClickUp guest users access to a single task with specific permissions—read, comment, create subtasks, or edit—without sharing the parent list or subtasks. Requires Enterprise plan.
Instructions
Grant a ClickUp guest user access to a single task at a specified permission level. Scopes strictly to that task — subtasks and the parent list are not shared. Use clickup_guest_unshare_task to revoke. Requires Enterprise plan. Returns the updated guest object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_id | Yes | Numeric ID of the guest user. Obtain from clickup_guest_get or clickup_guest_invite (response.id). | |
| permission | Yes | Access level: 'read' (view only), 'comment' (view + comment), 'create' (comment + create subtasks), 'edit' (full edit rights on this task). | |
| task_id | Yes | ID of the task to share. Obtain from clickup_task_list (field: id) or clickup_task_search. |