Back to Node Auth0

Interface UserUpdated

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

5.9.11.3 KB
Original Source

Interface UserUpdated

SSE message for user.updated.

interface UserUpdated {
offset: string;
event: EventStreamCloudEventUserUpdatedCloudEvent;
type: "user.updated";
}

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: EventStreamCloudEventUserUpdatedCloudEvent

type

type: "user.updated"

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties offseteventtype