List user groups
clockify_list_user_groupsRetrieve user groups in a Clockify workspace, including member IDs. Filter by name and paginate results for efficient team management.
Instructions
Teams defined in the workspace, with their member ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by name | |
| page | No | Page number (default 1) | |
| limit | No | Cap for all_pages (default 500) | |
| all_pages | No | Follow pagination and return up to `limit` items across pages | |
| page_size | No | Items per page, max 200 (default 50) | |
| workspace_id | No | Workspace id. Falls back to CLOCKIFY_WORKSPACE_ID, then to the account's active workspace. |