list_all_users
Retrieve a list of all users from your ActiveCampaign account. Supports pagination, sorting, and filtering to narrow results.
Instructions
๐ข READ-ONLY ยท Users ยท GET /users
List all users
Fetches data. Makes no changes to your ActiveCampaign account.
List all existing users
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of results per page (ActiveCampaign default 20, max 100). | |
| offset | No | Zero-based offset into the result set for pagination. | |
| orders | No | Sort order as an object, e.g. {"email":"ASC"} โ orders[email]=ASC. | |
| filters | No | Field filters as an object, e.g. {"name":"ecom"} โ filters[name]=ecom. |