Admin endpoint to list all resources that the specified user is authorized to read. Note this endpoint returns cached results and may not be up-to-date. You can use the checkResourceAuthorizationForUser endpoint with disableCache set to true to get the most up-to-date results.
Request
This endpoint expects an object.
userEmailstringRequired
The user email to list authorized resources for.
resourceTypeenumOptional
The type of resource you want to list. If not specified, all resource types will be listed.
limitintegerOptional
The maximum number of resources to return. Defaults to 100.
offsetintegerOptional
The offset to use for pagination. If not specified, the first page of results will be returned.