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

f2cf3228f366

App Entitlement

Search Reachable Resources For User

SearchReachableResourcesForUser returns the distinct app resources a user can reach through any of their grants, deduplicated across entitlements (a resource reachable via more than one grant appears once). Powers the Resources lane of the access graph's list view: supports free-text search over resource display name and narrowing to specific applications.

post/api/v1/search/graph/resources

Request body

appIdsstring[] nullable

Restrict results to resources belonging to these applications. Empty searches across every application the user can reach.

pageSizeinteger

Maximum number of results to return per page.

pageTokenstring

Token for fetching the next page of results.

querystring

Fuzzy search over the resource display name.

userIdstring

The user whose reachable resources to search.

Response

SearchReachableResourcesForUser response. Resources are deduplicated: a resource reachable through more than one grant or entitlement appears once.

nextPageTokenstring

Token for fetching the next page of results.