WorkOS · Example Payload

Workos Fga Check Example

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Workos Fga Check Example is an example object payload from WorkOS, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operationId": "AuthorizationController_check",
  "method": "POST",
  "path": "/authorization/organization_memberships/{organization_membership_id}/check",
  "summary": "Check Authorization",
  "request": {
    "permission_slug": "posts:create",
    "resource_id": "resource_01HXYZ123456789ABCDEFGHIJ"
  },
  "response": {
    "authorized": true
  }
}