ClockNext: list customers
clocknext_list_customersSearch and list customers, most recent first, to find customer IDs or verify existing customers before creating new ones.
Instructions
List / search the org's customers, most-recent first (cursor-paginated). Use it to find a customer id or check whether one already exists before creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search by name or email. | |
| limit | No | Max customers per page. | |
| cursor | No | Pagination cursor from a previous page's nextCursor. |