clickup_guest_invite
Invite external collaborators to a ClickUp workspace via email. Guests receive limited access without consuming paid member seats, requiring acceptance before login. Share specific tasks, lists, or folders after invitation.
Instructions
Invite a new external guest user to a ClickUp workspace by email. Guests have limited access and don't consume paid member seats (they use guest seats). The invitation email is sent automatically; the guest must accept before they can log in. Share specific items with them via clickup_guest_share_task / _share_list / _share_folder. Requires Enterprise plan. Returns the created guest object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| can_create_views | No | true = allow the guest to create their own saved views on shared items; false or omitted = cannot create views. | |
| can_edit_tags | No | true = allow the guest to create/rename/delete tags on items shared with them; false or omitted = tag management denied. | |
| can_see_time_spent | No | true = allow the guest to see time-tracking data on shared tasks; false or omitted = hidden. | |
| Yes | Email address to send the invitation to. Must be a valid email that isn't already a member or guest of the workspace. | ||
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |