clickup_guest_update
Modify guest user permissions in a ClickUp workspace to control access to features like view creation, tag editing, and time tracking visibility.
Instructions
Update a guest's permissions in a workspace
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| can_create_views | No | Allow guest to create views | |
| can_edit_tags | No | Allow guest to edit tags | |
| can_see_time_spent | No | Allow guest to see time spent | |
| guest_id | Yes | Guest user ID | |
| team_id | No | Workspace (team) ID. Omit to use the default workspace from config. |