Check Bulk Resources Authorization For User

Admin endpoint to check whether the specified user is authorized to read the specified set of resources.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
resourceIdentifierslist of objectsRequired

The set of resource identifier for which you want to check authorization. Currently limited to 20 resources.

userEmailstringRequired

The user email to check authorization for.

disableCachebooleanOptional

If specified, Credal will bypass the permissions cache and check current permissions for all resources specified.

Response

This endpoint returns a list of objects.
externalResourceIdobject
authorizedboolean
inputUrlstringOptional