This endpoint uses the People Database People object.
Request body
- filters: Array of filter objects
- filterId: String identifier for the filter (use Get Database Filters to discover available filters)
- in: Array of values to include
- out: Array of values to exclude
- page: Integer, page number (1-indexed). Default: 1
- size: Integer, results per page (max 100). Default: 25
- search: String, free-text query across common fields (e.g., name, title, company, location)
Related
- Get Database Filters — discover available filterIds and usage
- Get People Schema — see the full People schema
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
Search criteria. Provide one or more filters and optionally control pagination with page/size and a free-text search.