How to check who added or removed group member to/from group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 12:46 AM
How to check who added or removed group member to/from group?
Many i times we come across a situation, where a person is removed from his group or added to another group which is not part of his work. How to know who did the changes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 12:54 AM
one thing you can do is add the created/created by and/or updated/updated by columns to the members related list on the group record.
that's ok for additions
for deletions you can always check the deleted records table:
http://wiki.servicenow.com/index.php?title=Restoring_Deleted_Records#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 01:02 AM
you can check the relevant entry in sys_user_grmember table to find the person who added the user to particular group..for deletion I dont think we can figure out as the record will be deleted from this table.
Rgds
Nivedita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 01:41 AM
In sys_audit table am able to see only deleted, who added to the group how to check that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2017 01:04 AM
Please check if this helps:
Is there a way to know which groups were removed for user??
You can check sys_audit table as well for sys_user_grmember table.