create_user_group
Create a new User Group in a workspace with initial members, enabling mentions and bulk assignment.
Instructions
Create a new User Group (Team) in a Workspace with an initial set of members. Returns the created group with its id and handle. Use to organize people for mentions and bulk assignment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| name | Yes | Display name for the new User Group. | |
| members | Yes | User ids to add as initial members of the group. | |
| handle | No | Optional @-handle for the group (used for mentions). Defaults to one derived from the name. |