clickup_invite_user_to_workspace
Invite a full member to a ClickUp Workspace by email, granting standard or admin access across the workspace. Use for internal teammates who need broad visibility.
Instructions
Invite a full member to a Workspace by email.
Members are heavier-weight than guests: once added, they can see every Space/Folder/List they have permission to per the Workspace's sharing settings, rather than only items explicitly shared with them. Note: Enterprise plan only — returns 403 on other plans.
When to Use:
Onboarding an internal teammate who should have standard (or admin) access across the Workspace.
When NOT to Use:
Onboarding an external collaborator who should only see specific items — use
clickup_invite_guest_to_workspaceinstead.
Returns:
A confirmation string with the invited member's email and admin flag, or
an Error ... string on failure.
Examples: params = {"team_id": "123", "email": "newhire@example.com", "admin": False}
Error Handling: 403 means the Workspace is not on the Enterprise plan (or you lack admin rights). 400 usually means the email is malformed or already a member.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |