clickup_acl_update
Change privacy settings of ClickUp spaces, folders, or lists to control visibility for workspace members or specific users.
Instructions
Change the privacy (ACL) of a ClickUp hierarchy object — make a space/folder/list private (explicit members only) or public (whole workspace). Uses the v3 ACL endpoint. Requires Enterprise plan. Returns the updated object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | ID of the space/folder/list. Obtain from the matching list endpoint (clickup_space_list, clickup_folder_list, or clickup_list_list). | |
| object_type | Yes | Type of object to change: 'space', 'folder', or 'list'. | |
| private | No | true = make the object private (only explicit members see it); false = make it public (visible to the whole workspace). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |