Contact us
Start using Credal
Search...
/
Getting Started
Overview
Copilots
Permissions Service
OAuth
API Reference
Copilots
POST
Create Conversation
POST
Provide Message Feedback
POST
Send Message
Document Catalog
POST
Upload Document Contents
PATCH
Metadata
Document Collections
POST
Add Documents To Collection
Permissions Service
POST
Check Resource Authorization For User
POST
Check Bulk Resources Authorization For User
POST
List Cached Authorized Resources For User
Search
POST
Search Document Collection
Users
PATCH
Metadata
Contact us
Start using Credal
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 unions
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