Search Person Entities. Can perform more complex filtering based on the query defined in the request body.

Body Params

Search Query Parameters

field_ids
array of strings
required

Fields to include as columns in the search result entities - array of field_id strings

field_ids*
query
array of objects
required

Search query to perform on the designated entity

query*
order
array of objects

Order in which the search results should be returned

order
integer

Number of rows to return. Default is 100, min is 1, max is 2000.

uuid

Used to paginate search results to the previous page. before_id should be the uuid of the first item in the current page. May not be provided simultaneously with after_id.

uuid

Used to paginate search results to the next page. after_id should be the uuid of the last item in the current page. May not be provided simultaneously with before_id.

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json