Passer au contenu principal

Represents an event that occurs when a member is added to an organization.

specversion
string
requis

The version of the CloudEvents specification which the event uses.

Exemple:

"1.0"

type
string
requis

The type of the event which has happened.

Allowed value: "organization.member.added"
source
string
requis

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

Exemple:

"urn:auth0:example.auth0app.com"

id
any
requis

A unique identifier for the event.

time
string<date-time>
requis

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

Exemple:

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

data
any
requis

The event payload.

a0tenant
any
requis

The auth0 tenant ID to which the event is associated.

a0stream
any
requis

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

a0purpose
any

The purpose of this event. This field will typically appear only in special cases such as sending a test event. For normal events, this field will be omitted.