clickup_guest_share_folder
Grant guest users access to an entire ClickUp folder with all its lists and tasks at specified permission levels, enabling controlled collaboration within the workspace.
Instructions
Grant a ClickUp guest user access to an entire folder — including all its lists and tasks — at a specified permission level. Use clickup_guest_share_list or _share_task for narrower scope. Use clickup_guest_unshare_folder to revoke. Requires Enterprise plan. Returns the updated guest object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the folder to share. Obtain from clickup_folder_list (field: id). All descendant lists and tasks are accessible via this grant. | |
| guest_id | Yes | Numeric ID of the guest user. Obtain from clickup_guest_get or clickup_guest_invite (response.id). | |
| permission | Yes | Access level applied to every descendant: 'read' (view only), 'comment' (view + comment), 'create' (comment + create tasks), 'edit' (full edit rights). |