Auth0 · Schema

AculOrganizationFilterById

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string Organization ID
View JSON Schema on GitHub

JSON Schema

auth0-aculorganizationfilterbyid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AculOrganizationFilterById",
  "title": "AculOrganizationFilterById",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "Organization ID"
    }
  }
}