Look up a person by email address, LinkedIn URL, email domain, or name.
Person
Lookup a person
Searches across tenant-visible persons (including global records). At least
one of email, linkedin_url, domain, or name must be provided. Returns up to
limit matches (default 5, max 20), ranked so tenant-specific records
appear before global ones.
Parameters:
- email: Matches any of the person’s emails (case/whitespace-insensitive)
- linkedin_url: LinkedIn profile URL (e.g. ‘https://linkedin.com/in/johndoe’)
- domain: Email domain to match — e.g. ‘acme.com’ matches ‘alice@acme.com’
- name: Fuzzy (trigram similarity) match on display name, e.g. for deduping
name-only lists such as conference rosters. Unlike the other criteria this
is not an exact key — several people can match. Results are ranked by
similarity_score; use it alongsidecompany_name/job_title/location to decide whether a candidate is the same person before creating a new record. - limit: Max results to return (default: 5, max: 20)
GET
Look up a person by email address, LinkedIn URL, email domain, or name.