Search resource servers
Search resource servers using SCIM or Lucene filter syntax with low-latency, eventually consistent results. Use the parser parameter to specify “scim” or “lucene” syntax (default: “lucene”). This endpoint provides an alternative to the standard GET /resource-servers endpoint with better performance for complex queries. Results may not reflect recent updates immediately.
The signing_secret field is not supported by this endpoint.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Filter 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:
- id - Filter by resource server ID
- identifier - Filter by resource server identifier
- name - Filter by resource server name
- updated_at - Filter by last update date
1000Query parser to use for the filter expression. Use "scim" for SCIM filter syntax or "lucene" for Lucene query syntax (default).
scim, lucene Comma-separated list of fields to include or exclude in the response. Works with the include_fields parameter to control projection mode.
1000Controls 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.
Maximum number of results to return per page (1-100). Defaults to 50.
1 <= x <= 100Cursor for the next page of results. Use the value from the next field in the previous response.
1000Field name to sort results by in ascending order only. Defaults to insertion order (oldest first) if not provided.
identifier, name, updated_at