Improvement

OR Filter Support for Partner People API

What’s New

The Partner People API now supports OR logic when filtering contacts, making it easy to find potential duplicates or matches using any available contact information.

How It Works

Use the new matchAny parameter to search for people matching any of the specified fields:

GET /partner/[email protected]&phone=555-1234&matchAny=email,phone

This returns people who match either the email OR the phone number - you no longer need both to find a match.

Use Cases

  • Lead deduplication - Find potential matches by any available contact info before creating duplicates
  • Contact discovery - Search across multiple identifiers when you’re not sure which one is on file
  • Data enrichment - Find existing records that partially match incoming data

Without matchAny, the existing AND logic remains unchanged for backward compatibility.