invite_team_member
Invite a user to a ClickUp workspace by providing their email and team ID, and optionally set permissions for tags, goals, views, and time tracking.
Instructions
Invite a user to a ClickUp team/workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email of the user to invite | ||
| team_id | Yes | The ID of the team (workspace) | |
| can_edit_tags | No | Can edit tags (default false) | |
| can_create_tags | No | Can create tags (default true) | |
| can_create_goals | No | Can create goals (default true) | |
| can_create_views | No | Can create views (default true) | |
| can_see_time_spent | No | Can see time spent (default false) | |
| can_see_time_estimated | No | Can see time estimated (default true) |