clickup_add_guest_to_task
Grant an existing guest access to a specific task with chosen permission level (read, comment, edit, create). For Enterprise workspaces only.
Instructions
Share a single task with an existing guest at a given permission level.
The guest must already exist on the Workspace (see
clickup_invite_guest_to_workspace). Note: Enterprise plan only — returns
403 on other plans.
When to Use:
Giving a guest visibility into exactly one task without exposing the rest of the list/folder/space.
When NOT to Use:
Sharing an entire list or folder — use
clickup_add_guest_to_list/clickup_add_guest_to_folderinstead.
Returns:
A confirmation string with the task id, guest id, and permission level, or
an Error ... string on failure.
Examples: params = {"task_id": "abc123", "guest_id": "456", "permission_level": "edit"} params = {"task_id": "CUSTOM-1", "guest_id": "456", "permission_level": "read", "custom_task_ids": True, "team_id": "123"}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 404 means the task or guest id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |