Auth0 · Schema

EventStreamCloudEventOrgMemberAddedObject

The event content.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
organization object
user object
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamcloudeventorgmemberaddedobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamCloudEventOrgMemberAddedObject",
  "title": "EventStreamCloudEventOrgMemberAddedObject",
  "type": "object",
  "description": "The event content.",
  "additionalProperties": false,
  "required": [
    "organization",
    "user"
  ],
  "properties": {
    "organization": {
      "$ref": "#/components/schemas/EventStreamCloudEventOrgMemberAddedObjectOrganization"
    },
    "user": {
      "$ref": "#/components/schemas/EventStreamCloudEventOrgMemberAddedObjectUser"
    }
  }
}