clickup_guest_update
Modify workspace permissions for ClickUp guests to control tag editing, time tracking visibility, and view creation capabilities.
Instructions
Update a ClickUp guest's workspace-wide capability flags (edit tags, see time spent, create views). Does not change which items are shared with them — use clickup_guest_share_* / unshare* for that. Requires Enterprise plan. Returns the updated guest object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| can_create_views | No | true = guest can create saved views; false = cannot. Omit to keep current value. | |
| can_edit_tags | No | true = allow the guest to manage tags on shared items; false = deny. Omit to keep current value. | |
| can_see_time_spent | No | true = guest can see time-tracking on shared tasks; false = hidden. Omit to keep current value. | |
| guest_id | Yes | Numeric guest user ID. Obtain from clickup_guest_get or from clickup_guest_invite (response.id). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |