Permissions
Check permissions
⚠️ This endpoint is in public preview.
Evaluate one or more "resource:verb" actions against the caller's grants and return a single aggregated verdict. Pass workspace to check workspace-scoped grants, or omit it to check org-scoped grants.
post/preview/v2/permissions/check
Request body
Example request
{
"workspace": "wksp_k3R-nX9vLm7Qp2Yw5Jd8F",
"actions": [
"node:read",
"order:write"
]
}Response
Permission evaluated.