list_contacts
Retrieve all contacts from a Xero organisation. Filter by contact status, search by name or email, order results, and include archived contacts.
Instructions
Retrieves all contacts in a Xero organisation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Up to 100 contacts will be returned in a single API call | |
| order | No | Order by any element | |
| where | No | Filter by any element | |
| searchTerm | No | Case-insensitive text search across Name, FirstName, LastName, ContactNumber and EmailAddress | |
| includeArchived | No | Contacts with a status of ARCHIVED will be included in the response |