PersonUpdated
A person is updated. To retrieve only this event you use the topic “person/irm.aspnetcore.identity.events.personupdated”.
| Name | Type | Description |
|---|---|---|
| AggregateId | UUID | The unique identifier of the person. |
| OrganisationId | UUID | The id of the organisation that the person belongs to. |
| FirstName | string | The first (given) name of the person. |
| LastName | string | The last (family) name of the person. |
| string | The email for the person. This can be a different email than the username and/or user email. |