clickup_invite_guest_to_workspace
Invite an external guest to a ClickUp workspace by email. Guests only see tasks and lists explicitly shared with them, ideal for clients or contractors.
Instructions
Invite an external guest to a Workspace by email.
Guests are lighter-weight than full Workspace members: they only see the
tasks/lists/folders explicitly shared with them via clickup_add_guest_to_task,
clickup_add_guest_to_list, or clickup_add_guest_to_folder. Note: Enterprise
plan only — returns 403 on other plans.
When to Use:
Onboarding an external collaborator (client, contractor) who should only see specific items rather than the whole Workspace.
When NOT to Use:
Adding a full internal team member — use
clickup_invite_user_to_workspaceinstead (users see everything they're a member of by default).
Returns:
A confirmation string with the invited guest's id and email, or an
Error ... string on failure.
Examples: params = {"team_id": "123", "email": "contractor@example.com", "can_create_views": False}
Error Handling: 403 means the Workspace is not on the Enterprise plan. 400 usually means the email is malformed or already a member/guest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |