clickup_edit_guest_on_workspace
Update a guest's workspace permissions—like time tracking, views, or tags—by modifying specific flags or assigning a custom role.
Instructions
Update an existing guest's permission flags or custom role on a Workspace.
Only the fields you pass are sent; omitted fields are left unchanged on ClickUp's side. Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Adjusting what a guest can see (time tracking, estimates) or do (create views, edit tags) without removing and re-inviting them.
When NOT to Use:
Changing what items a guest can access — use the per-task/list/folder
clickup_add_guest_to_*/clickup_remove_guest_from_*tools for that.
Returns:
A confirmation string listing the fields that were updated, or an
Error ... string on failure.
Examples: params = {"team_id": "123", "guest_id": "456", "can_see_time_spent": False}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 404 means the guest id does not exist on this Workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |