List Aircall users
aircall_list_usersRetrieve a paginated list of Aircall users and agents, with optional filters for creation time range and ordering.
Instructions
List Aircall users/agents using the current v2 Users API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Maximum creation time as a Unix timestamp | |
| from | No | Minimum creation time as a Unix timestamp | |
| page | No | Page number | |
| order | No | Creation-time order | desc |
| per_page | No | Results per page; Aircall allows 1-50 |