clickup_get_guest
Look up a guest's permission flags and shared tasks, lists, and folders to audit their access before editing or removing them.
Instructions
Look up a guest's permission flags and what has been shared with them.
Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Auditing what a guest can currently see/do before editing or removing them.
When NOT to Use:
Looking up full Workspace members — use
clickup_get_userinstead.
Returns:
Markdown summary (id, username, email, permission flags, and a count of
shared tasks/lists/folders) or the raw JSON payload when
response_format="json".
Examples: params = {"team_id": "123", "guest_id": "456"}
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 |