clickup_add_guest_to_list
Add an existing guest to a ClickUp list, granting them read, comment, edit, or create permissions for all tasks in that list.
Instructions
Share a List with an existing guest at a given permission level.
The guest gains visibility into every task in the List. Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Giving a guest access to a whole List of tasks at once.
When NOT to Use:
Sharing just one task — use
clickup_add_guest_to_task. Sharing an entire Folder — useclickup_add_guest_to_folder.
Returns:
A confirmation string with the list id, guest id, and permission level, or
an Error ... string on failure.
Examples: params = {"list_id": "789", "guest_id": "456", "permission_level": "comment"}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 404 means the list or guest id does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |