How can I see the history change of groups assigned to users or roles assigned to users?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2017 06:35 AM
I'm trying to see which roles a user had and why they were removed

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2017 06:47 AM
The relationships between users, groups, and roles are all held as records in M2M tables. When you add a role or group it creates a new record in that table, and when you remove one it deletes the record. That makes it difficult to do any sort of auditing. If was recent enough you can look through the deleted records table.
Re: Role Auditing - Who Removed The Role?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2017 06:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2017 07:10 AM
Michael how can check that auditing is enabled and see those records you showed in the screenshot?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-15-2017 07:22 AM
Go to the User record, right-click on header and select History > List. If you only see calendar, auditing is not enabled.