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