clickup_group_list
List user groups (teams) in a ClickUp workspace to manage team assignments and @-mentions. Returns group details including IDs, names, and members.
Instructions
List user groups (also called 'teams' in the ClickUp UI) in a workspace. A group is a named collection of users that can be @-mentioned or assigned as a unit. Returns an array of group objects (id, name, members).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_ids | No | Optional filter to return only these group IDs. Omit to return all groups in the workspace. | |
| team_id | No | Workspace (team) ID. Obtain from clickup_workspace_list (field: id). Omit to use the default workspace from config. |