Back to Node Auth0

Interface UserCreated

docs/interfaces/management.Management.EventStreamSubscribeEventsResponseContent.UserCreated.html

5.9.11.3 KB
Original Source

Interface UserCreated

SSE message for user.created.

interface UserCreated {
offset: string;
event: EventStreamCloudEventUserCreatedCloudEvent;
type: "user.created";
}

Hierarchy (View Summary)

Index

Properties

offseteventtype

Properties

offset

offset: string

Opaque cursor representing position in the stream. Pass as the from query parameter to resume.

event

event: EventStreamCloudEventUserCreatedCloudEvent

type

type: "user.created"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype