v32

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

Search Past Grants

Search historical grants that have been revoked, filtered by app user or entitlement.

post/api/v1/search/past-grants

Request body

appIdsstring[] nullable

A list of app IDs to restrict the search to.

pageSizeinteger

The maximum number of results to return per page.

pageTokenstring

The token for fetching the next page of results.

Response

The SearchPastGrantsResponse message contains a list of past grants and a nextPageToken if applicable.

nextPageTokenstring

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 retrieved. To retrieve the next page, use the same request and append a pageToken field with the value of nextPageToken shown on the previous page.