clickup_get_guest
Retrieve a guest's permission flags and shared items (tasks, lists, folders) in a ClickUp workspace. Use for auditing guest access before editing or removal.
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 |