group.member.deleted
Represents an event that occurs when a member is removed from a group.
The version of the CloudEvents specification which the event uses.
Example:
"1.0"
The type of the event which has happened.
Allowed value:
"group.member.deleted"The source of the event. This will take the form 'urn:auth0:.'.
Example:
"urn:auth0:example.auth0app.com"
A unique identifier for the event.
Pattern:
evt_[a-zA-Z0-9]{16}Example:
"evt_1234567890abcdef"
An ISO-8601 timestamp indicating when the event physically occurred.
Example:
"2025-02-01T12:34:56Z"
The event payload.
The auth0 tenant ID to which the event is associated.
Required string length:
3 - 63Pattern:
[a-z0-9][-a-z0-9]{1,62}[a-z0-9]Example:
"my-tenant"
The auth0 event stream ID of the stream the event was delivered on.
Pattern:
est_[a-zA-Z0-9]{16}Example:
"est_1234567890abcdef"