edit_guest
Modify a guest's workspace permissions for tags, time visibility, and view creation. Only specified flags change.
Instructions
Edit a guest's Workspace-level capabilities (tags, time visibility, view creation). Only the provided flags change. Returns the updated guest. Enterprise plan only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| guest_id | Yes | ID of the guest (the guest user's numeric id). | |
| can_edit_tags | No | Allow the guest to add/remove tags on shared items. | |
| can_see_time_spent | No | Allow the guest to see time tracked on shared items. | |
| can_see_time_estimated | No | Allow the guest to see time estimates on shared items. | |
| can_create_views | No | Allow the guest to create Views on shared items. |