WorkOS · Schema

AuditLogEventCreateResponse

AuthenticationIdentity ProviderSSOSAMLOIDCSCIMDirectory SyncAuthorizationFGAAudit LogsMFAB2B SaaSAgentsMCP

Properties

Name Type Description
success boolean Whether the Audit Log event was created successfully.
View JSON Schema on GitHub

JSON Schema

workos-auditlogeventcreateresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuditLogEventCreateResponse",
  "title": "AuditLogEventCreateResponse",
  "type": "object",
  "properties": {
    "success": {
      "type": "boolean",
      "description": "Whether the Audit Log event was created successfully.",
      "example": true
    }
  },
  "required": [
    "success"
  ]
}