get-groups
Retrieves a paginated list of user groups from Concrete CMS, ordered by ascending ID. Supports optional 'after' and 'limit' parameters.
Instructions
Returns a list of Group objects, sorted by ID ascending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | The ID of the current object to start after. | |
| limit | No | The number of objects to return. Must be 100 or less. Defaults to 10. |