clickup_user_invite
Invite paid members to a ClickUp workspace via email to grant them full access and consume member seats. Use for team members who need workspace permissions.
Instructions
Invite a new paid member to a ClickUp workspace by email. Consumes a member seat (see clickup_workspace_seats for availability). For external collaborators who shouldn't have full access, use clickup_guest_invite instead. Returns the created user object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| admin | No | true = grant the Admin role (can manage settings, billing, users); false or omitted = standard Member role. | |
| Yes | Email address to send the invitation to. Must be a valid email not 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. |