POST
/
people
/
search

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Search for people

attachProperties
string[]

List of the propertyIds of custom properties to attach to the response for each person

segmentIds
string[]
deprecated

List of segment IDs to filter people by

studyIds
string[]
deprecated

List of study IDs to filter people by

panelIds
string[]
deprecated

List of panel IDs to filter people by

peopleIds
string[]

List of person IDs to filter people by

filter
object

Filters to apply to the search. This and the deprecated top level filters cannot be used at the same time

pageInfo
object

Pagination arguments. Use startCursor from the result of the endCursor of the response to get the next page. Pagination in reverse is not currently supported

Response

200 - application/json

Response for a search of people

results
object[]
required
total
number
required

The total number of items in your workspaces based on your search parameters

Required range: x > 0
pageInfo
object
required

Information about the current page

errors
object[]
required