Skip to main content

Improvements to people filters

The email and phone parameters in the people listing route (GET /v1/people) now perform partial searches (contains) instead of exact matches. We’ve also added the new boolean parameters has_email and has_phone, which allow you to filter contacts based on the presence or absence of this information.

Phone filter on people

It is now possible to search for people by their phone number directly in the listing route (GET /v1/people). Simply pass the phone query parameter to retrieve contacts that have a matching phone number.
The search looks across all phones linked to the contact.