clickup_guest_get
Retrieve profile details and permissions for external collaborators in ClickUp workspaces, including email, access levels, and shared items.
Instructions
Fetch the profile of a specific guest user in a ClickUp workspace — email, permissions (can_edit_tags, can_see_time_spent, can_create_views), and shared items. Guests are external collaborators with limited access. Requires Enterprise plan. Returns the guest object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guest_id | Yes | Numeric guest user ID. Obtain from clickup_guest_invite (returns the new guest) or the guest's entry in a shared-item's members list. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |