clickup_group_create
Create user groups in ClickUp workspaces to @-mention or assign multiple users as a unit, requiring at least one initial member for setup.
Instructions
Create a new user group ('team' in ClickUp's UI) in a workspace. Groups let you @-mention or assign multiple users as a unit. At least one initial member is required. Returns the created group object including its new id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| member_ids | No | User IDs to add as initial members. Obtain from clickup_member_list or clickup_user_get (field: id). | |
| name | Yes | Display name for the group (e.g. 'Frontend Engineers'). | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |