Contact us
Start using Credal
Search...
/
Getting Started
Overview
Copilots
Permissions Service
OAuth
API Reference
Copilots
Document Catalog
Document Collections
Permissions Service
POST
Check Resource Authorization For User
POST
Check Bulk Resources Authorization For User
POST
List Cached Authorized Resources For User
Search
Users
Contact us
Start using Credal
API Reference
Permissions Service
Check Bulk Resources Authorization For User
Beta
POST
https://
api.credal.ai
/
api
/
v0
/
permissions
/
checkBulkResourcesAuthorizationForUser
Admin endpoint to check whether the specified user is authorized to read the specified set of resources.
Request
This endpoint expects an object.
resourceIdentifiers
list of objects
Required
The set of resource identifier for which you want to check authorization. Currently limited to 20 resources.
Show 2 variants
userEmail
string
Required
The user email to check authorization for.
disableCache
boolean
Optional
If specified, Credal will bypass the permissions cache and check current permissions for all resources specified.
Response
This endpoint returns a list of objects.
externalResourceId
object
Show 2 properties
authorized
boolean
inputUrl
string
Optional
Built with