Auth0 · Schema

EventStreamSubscribeEventsEventTypeParam

Event type(s) to listen for. Specify multiple times for multiple types (e.g., ?event_type=user.created&event_type=user.updated). If not provided, all event types will be streamed.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-eventstreamsubscribeeventseventtypeparam-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EventStreamSubscribeEventsEventTypeParam",
  "title": "EventStreamSubscribeEventsEventTypeParam",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/EventStreamSubscribeEventsEventTypeEnum"
  },
  "description": "Event type(s) to listen for. Specify multiple times for multiple types (e.g., ?event_type=user.created&event_type=user.updated). If not provided, all event types will be streamed."
}