get
https://localhost/irs/identities/v1/search
Returns a paginated list of identities filtered by identity columns or metadata buckets.
Filters use the filter[<source>.<path>] syntax where source is identity, public, or admin.
The filter[query] parameter enables a configurable "universal search" across multiple fields (operator: contains).
Predicates are specified as <operator>:<value>.
Supported operators: eq, neq, in, lt, le, ge, startswith, endswith, contains, null, notnull.
The endpoint expects a session token either in "Authorization Bearer" or the configured session cookie.
Provide the X-IRS-CSRF-Token header when the session cookie is used.
