Bulk Check
Check multiple permissions in a single request. Maximum 100 requests allowed.
The Bulk Check API allows you to check multiple permissions in a single request, significantly reducing network overhead and improving performance when you need to verify multiple access control decisions at once. Key Benefits:Documentation Index
Fetch the complete documentation index at: https://proxy-docs.permify.co/llms.txt
Use this file to discover all available pages before exploring further.
- Check up to 100 permissions in a single API call
- Reduce network round trips by batching multiple checks
- All checks are evaluated against the same snapshot of your authorization data
Path Parameters
Identifier of the tenant, if you are not using multi-tenancy (have only one tenant) use pre-inserted tenant t1 for this field. Required, and must match the pattern \“[a-zA-Z0-9-,]+\“, max 64 bytes.
Body
PermissionBulkCheckRequest is the request message for the BulkCheck method in the Permission service.
PermissionCheckRequestMetadata metadata for the PermissionCheckRequest.
List of permission check requests, maximum 100 items.
Context encapsulates the information related to a single operation, including the tuples involved and the associated attributes.
Additional arguments associated with this request.
Response
A successful response.
PermissionBulkCheckResponse is the response message for the BulkCheck method in the Permission service.
List of permission check responses corresponding to each request.