Member Role Updated Event (v1)

Event indicating a team member's role has been updated

Architecture

Schema

Message Schema

7 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 role was updated

teamName string
required

The name of the team in which the role was updated

roleId string
required

The identifier of the new role assigned to the member

organisationPartyId string
required

The identifier of the organisation party under which the team belongs

changedBy string
required

The identifier of the user who performed the role change

modifiedAt string <date-time>
required

The timestamp when the role update was published; used by consumers to order events