Search
Search app entitlements based on filters specified in the request body.
Request body
Search for app entitlements that are being reviewed as part of this access review campaign.
Search for app entitlements that have this alias (exact match).
Search for app entitlements contained in any of these apps.
Search for app entitlements that are granted to any of these app user ids.
Search for app entitlements that are part of these compliance frameworks.
Filter results to entitlements with this exact display name.
Exclude app entitlements from the results that are in these app IDs.
Exclude entitlements from results that are granted to any of these app users.
If true, exclude immutable entitlements (e.g., system-managed entitlements that cannot be modified).
Exclude entitlements with any of these resource type IDs from results.
Include deleted app entitlements, this includes app entitlements that have a deleted parent object (app, app resource, app resource type)
If true, restrict results to entitlements that have an automation rule configured.
Filter results to entitlements where the user has any of these membership types (e.g., member, owner, admin).
If true, restrict results to entitlements that have at least one expiring grant.
The pageSize where 0 <= pageSize <= 100. Values < 10 will be set to 10. A value of 0 returns the default page size (currently 25)
The pageToken field.
Query the app entitlements with a fuzzy search on display name and description.
Search for app entitlements that are bound to any of these request schemas.
Search for app entitlements that belongs to these resources.
Filter results to entitlements whose resource types have any of these trait IDs.
Search for app entitlements that are for items with resources types that have matching names. Example names are "group", "role", and "app".
Search for app entitlements with these risk levels.
Filter results to entitlements synced from this connector.
Response
Successful response
The nextPageToken is shown for the next page if the number of results is larger than the max page size. The server returns one page of results and the nextPageToken until all results are retreived. To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.