v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
App Entitlement

Search Grants

Search grants (user-to-entitlement bindings) across apps, with filters for app, user, resource type, and entitlement.

post/api/v1/search/grants

Request body

appIdsstring[] nullable

Search for grants contained in any of these apps.

appUserIdsstring[] nullable

Search for grants that are granted to any of these app user ids.

entitlementSlugsstring[] nullable

Filter for entitlements whose slug is in this list (e.g. "enrollment" for access profiles)

pageSizeinteger

The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)

pageTokenstring

The pageToken field.

purposestring[] nullable

Filter for entitlements with these purposes (e.g., ASSIGNMENT for membership entitlements)

resourceIdsstring[] nullable

Search for grants within a resource.

resourceTypeIdsstring[] nullable

Search grants for given resource types.

userIdstring

Search for grants of a user

Response

Successful response

nextPageTokenstring

The nextPageToken field.