メインコンテンツへスキップ

Documentation Index

Fetch the complete documentation index at: https://auth0-feat-docs-5840-account-api-auth-methods.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Represents an event that occurs when an organization is updated.

specversion
string
必須

The version of the CloudEvents specification which the event uses.

:

"1.0"

type
string
必須

The type of the event which has happened.

Allowed value: "organization.updated"
source
string
必須

The source of the event. This will take the form 'urn:auth0:.'.

:

"urn:auth0:example.auth0app.com"

id
string
必須

A unique identifier for the event.

Pattern: evt_[a-zA-Z0-9]{16}
:

"evt_1234567890abcdef"

time
string<date-time>
必須

An ISO-8601 timestamp indicating when the event physically occurred.

:

"2025-02-01T12:34:56Z"

data
object
必須

The event payload.

a0tenant
string
必須

The auth0 tenant ID to which the event is associated.

Required string length: 3 - 63
Pattern: [a-z0-9][-a-z0-9]{1,62}[a-z0-9]
:

"my-tenant"

a0stream
string
必須

The auth0 event stream ID of the stream the event was delivered on.

Pattern: est_[a-zA-Z0-9]{16}
:

"est_1234567890abcdef"