clickup_guest_share_list
Grant external collaborators access to a specific ClickUp list with controlled permissions. Manage guest user visibility and actions by setting read, comment, create, or edit access levels.
Instructions
Grant a ClickUp guest user access to a specific list at a chosen permission level. Guests are external collaborators (not paid workspace seats); this is how you scope what a guest can see/do. To revoke access later use clickup_guest_unshare_list. 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 the response of clickup_guest_invite. | |
| list_id | Yes | ID of the list to share. Obtain from clickup_list_list (field: id). | |
| permission | Yes | Access level: 'read' (view only), 'comment' (view + comment), 'create' (comment + create tasks), 'edit' (full edit rights on existing items). |