get-users
Retrieve a list of users from Concrete CMS, sorted by most recent first. Supports pagination with 'after' and 'limit' parameters, and can include custom attributes and groups.
Instructions
Returns a list of user objects, sorted by date added descending. The most recent user objects appear first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | The ID of the current object to start at. | |
| limit | No | The number of objects to return. Must be 100 or less. Defaults to 10. | |
| includes | No | includes parameter |