I need to find when a new Security Role gets added to an user. Usually when any attribut on the User entity is modified, ModifiedOn gets updated but if a Role is added, ModifiedOn of the User entity doesn't get updated. I do not see date fields in SysetmUserRoles
table. Is there any way I can find the date (at least latest date) when the Security Role of an User is changed?