Check the current user’s permissions on resources
Check the current user’s permissions on resources
Checks resource access for the authenticated caller only. Authorization: any authenticated organization member — the subject is always the caller’s organization membership, so a caller can never probe another subject. Body: `checks` is a 1–50-item array of `{ permission, resourceType, resourceExternalId }`. Returns `{ results }` (one entry per check, each with an `authorized` boolean, in request order). If the caller has no organization-membership claim, returns `{ results: [] }`.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
checks
Response
Per-check authorization results for the calling user.
results
One entry per requested check, in request order.