List customers
chargebee_list_customersList customers, newest first. Filter by email or creation time. Chargebee API: GET /customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Exact email to match (→ email[is]). | ||
| limit | No | Max results per page (Chargebee max 100). | |
| offset | No | Opaque pagination token from a previous response's `next_offset`. | |
| created_after | No | Unix timestamp; only customers created after this (→ created_at[after]). |