User Personal Details Updated Event (v1)

Event indicating a user's personal details have been updated

Architecture

Schema

Message Schema

4 properties

Base type for all events in the system

id string
required

Unique identifier for the message, typically a UUID

userId string
required

The identifier of the user whose personal details were updated

firstName string
required

The updated first name of the user

lastName string
required

The updated last name of the user