This page covers the Profile-specific cases. For the operator reference, sorting, paging, and the shared
search, search_with, custom_field, and json_contains filters that every list endpoint accepts, see Filtering, sorting, and search.Basic request
Filtering by tag
Tags live on a related record, so filter ontags.handle rather than tags.
in operator with a comma separated list to match Profiles carrying any of the listed tags. Use not_has to exclude them instead.
filter[statuses.handle].
Filtering by gender
Filtering by identity
Find the Profile behind an external system’s ID without knowing the Omneoid.
Combining filters
Multiple filter parameters are combined with AND logic, a profile must match all supplied filters to appear in results.Pagination
The response includes ameta.pagination object:
page[number]=2, page[number]=3, and so on to retrieve subsequent pages. Set page[size] to control result size. It defaults to 15, and values of 999 or higher are capped at 999.