UserRoleRemoved
A user is removed from a role. To retrieve only this event you use the topic “user/irm.aspnetcore.identity.events.userroleremoved”.
| Name | Type | Description | 
|---|---|---|
| AggregateId | UUID | The unique identifier of the user (always the same as the person id for end-users). | 
| NormalizedRoleName | string | The unique and normalized role name that the user was removed from. | 
| FromIpAddress | string | The IP Address of the user (or service) that caused the event. | 
| IpAddressLocation | IpAddressLocation | Ip address information if available. | 
| UserAgent | string | The user agent string from the browser (or service) that caused the event. | 
| Metadata | dynamic | A dynamic object with additional data for the event. |