latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-216381,9552.9 MB

f2cf3228f366

Cross-App Access

Search

Search resource servers across the tenant, filtered by application, audience substring, signing algorithm, or disabled state, or fetch a specific set by ref. Returns one page at a time.

post/api/v1/search/xaa/resource_servers

Request body

appIdsstring[] nullable

Optional filter by applications. Empty matches any application.

disabledboolean nullable

Optional filter by disabled state.

pageSizeinteger

Page size (max 100).

pageTokenstring

Page token for pagination.

querystring

Optional text query matched against display_name and normalized_audience.

signingAlgorithmFilterstring[] nullable

Optional filter by signing algorithm. UNSPECIFIED means no filter.

Response

XAAResourceServerServiceSearchResponse returns matching resource servers.

nextPageTokenstring

Token for the next page.