OptionalqFilter expression in SCIM or Lucene syntax (depending on parser parameter). SCIM examples: name eq "My API", identifier sw "https://". SCIM operators: eq, ne, sw, ew, co, pr, gt, ge, lt, le, and, or.
Supported Fields:
OptionalparserQuery parser to use for the filter expression. Use "scim" for SCIM filter syntax or "lucene" for Lucene query syntax (default).
OptionalfieldsComma-separated list of fields to include or exclude in the response. Works with the include_fields parameter to control projection mode.
Optionalinclude_Controls field projection mode. Set to true to include only fields specified in the fields parameter. Set to false to exclude fields specified in the fields parameter. Defaults to true if not specified.
OptionaltakeMaximum number of results to return per page (1-100). Defaults to 50.
OptionalfromCursor for the next page of results. Use the value from the next field in the previous response.
OptionalsortField name to sort results by in ascending order only. Defaults to insertion order (oldest first) if not provided.
Example