WorkOS · Schema

AuthorizationCheck

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
authorized boolean Whether the organization membership has the specified permission on the resource.
View JSON Schema on GitHub

JSON Schema

workos-authorizationcheck-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthorizationCheck",
  "title": "AuthorizationCheck",
  "type": "object",
  "properties": {
    "authorized": {
      "type": "boolean",
      "description": "Whether the organization membership has the specified permission on the resource.",
      "example": true
    }
  },
  "required": [
    "authorized"
  ]
}