Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How to check who added or removed group member to/from group?

swathigangadhar
Tera Expert

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?

6 REPLIES 6

marcguy
ServiceNow Employee
ServiceNow Employee

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


niv1
Giga Contributor

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


In sys_audit table am able to see only deleted, who added to the group how to check that?


Shishir Srivast
Mega Sage

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.



find_real_file.png