xero_contacts_list
Retrieve paginated lists of Xero contacts, filtered using a where clause. Get details like name, email, and addresses.
Instructions
List contacts in Xero with pagination. Optionally filter using a where clause. Returns contact details including name, email, and addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based, default: 1). Each page returns up to 100 contacts. | |
| where | No | Optional Xero where clause filter (e.g., 'ContactStatus=="ACTIVE"') |