Auth0 · Schema

EventStreamCloudEventOrgMemberRoleAssignedObjectOrganization

The organization the member belongs to.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
id string ID of the organization.
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventorgmemberroleassignedobjectorganization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventOrgMemberRoleAssignedObjectOrganization",
  "title": "EventStreamCloudEventOrgMemberRoleAssignedObjectOrganization",
  "type": "object",
  "description": "The organization the member belongs to.",
  "additionalProperties": false,
  "required": [
    "id"
  ],
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the organization.",
      "pattern": "org_[a-zA-Z0-9]{16}"
    }
  }
}