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

f2cf3228f366

Cross-App Access

Search

Search scopes across the tenant, filtered by resource server, state, classification, source, or text query, or fetch a specific set by ref. Filter on PENDING_REVIEW to find scopes awaiting approval.

post/api/v1/search/xaa/scopes

Request body

appIdsstring[] nullable

Optional filter by applications. Empty matches any application.

classificationFilterstring[] nullable

Optional filter by classification. UNSPECIFIED means no filter.

pageSizeinteger

Page size (max 100).

pageTokenstring

Page token for pagination.

querystring

Optional text query matched against scope_value and display_name.

sourceFilterstring[] nullable

Optional filter by source. UNSPECIFIED means no filter.

stateFilterstring[] nullable

Optional filter by state. UNSPECIFIED means no filter.

xaaResourceServerIdsstring[] nullable

Optional filter by resource servers. Empty matches any resource server.

Response

XAAScopeServiceSearchResponse returns matching scopes.

nextPageTokenstring

Token for the next page.