groups
List academy user segments to retrieve their IDs and organize content distribution.
Instructions
List user groups configured in the academy. Groups are used for organizing users and assigning content, courses, and learning paths to specific audiences. Use this to browse user groups and discover group IDs.
Sub-actions:
list: List all academy groups with pagination support.
Returns JSON: { data, _meta: { tool, action, returned, truncated? } }. When truncated is true, apply filters or pagination params to narrow results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The sub-action to perform: 'list' to retrieve academy groups | |
| start | No | Starting position for pagination (e.g. 0). Used with list action. | |
| limit | No | Number of groups to return per request. Default: 20, max: 20. Used with list action. |