Optional
connectionOptional
fieldsComma-separated list of fields to include or exclude (based on value provided for include_fields) in the result. Leave empty to retrieve all fields.
Optional
include_Whether specified fields are to be included (true) or excluded (false).
Optional
include_Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Optional
pagePage index of the results to return. First page is 0.
Optional
per_Number of results per page. Paging is disabled if parameter not sent.
Optional
qQuery in Lucene query string syntax. Some query types cannot be used on metadata fields, for details see Searchable Fields.
Optional
search_The version of the search engine
Optional
sortField to sort by. Use field:order
where order is 1
for ascending and -1
for descending. e.g. created_at:1
Connection filter. Only applies when using
search_engine=v1
. To filter by connection withsearch_engine=v2|v3
, useq=identities.connection:"connection_name"