Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Search for people
List of the propertyIds of custom properties to attach to the response for each person
10
["EMAIL", "FIRST_NAME", "LAST_NAME"]
List of rally properties to include in the response. If this or blocklistInternalProperties is not included we will return all internal properties
["NAME", "CONTACT_STATUS", "OPTED_OUT"]
List of rally properties to exclude from the response
List of segment IDs to filter people by
100
List of study IDs to filter people by
100
List of panel IDs to filter people by
100
List of person IDs to filter people by
100
The ID of the study to filter people by
Filter option to search for people Filters to apply to the search. This and the deprecated top level filters cannot be used at the same time
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
{ "size": 10 }