invite_guest
Invite an external guest to a workspace using their email address, optionally granting permissions to edit tags, see time spent, create views, and more.
Instructions
Invite an external guest to a Workspace by email, with optional capability flags. Returns the created guest. Enterprise plan only. Use to bring in a client/contractor before sharing specific tasks, Lists or Folders with them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| Yes | Email address of the guest to invite. | ||
| can_edit_tags | No | Allow the guest to add/remove tags on shared items. | |
| can_see_time_spent | No | Allow the guest to see time tracked on shared items. | |
| can_see_time_estimated | No | Allow the guest to see time estimates on shared items. | |
| can_create_views | No | Allow the guest to create Views on shared items. |