List Employee Contacts
list_contactsRetrieve employee contact records with filters for public, primary, emergency, type, or name. Get contact-centric lists across multiple employees.
Instructions
Get a contact-centric list of employee contact records across multiple employees. Individual employee contacts are also included in the get_employee response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Match against the employee full name | |
| is_public | No | Return only contacts marked public (true/false) | |
| is_primary | No | Return only primary contacts (true/false) | |
| max_records | No | Optional client-side limit on the number of records returned. Use to keep responses small when exploring data; the API itself does not paginate. | |
| contact_type | No | Filter by contact type name (standard and custom contact types supported) | |
| is_emergency | No | Return only contacts marked as emergency contacts (true/false) |