Is there a way to find out what members were removed from the group?

Smriti Rastogi
Kilo Guru

Is there a way to find out what members were removed from the group?

 

1 ACCEPTED SOLUTION

Maik Skoddow
Tera Patron
Tera Patron

Hi

please check at table sys_audit_delete whether you can find the deleted records there.

Kind regards
Maik

View solution in original post

3 REPLIES 3

Maik Skoddow
Tera Patron
Tera Patron

Hi

please check at table sys_audit_delete whether you can find the deleted records there.

Kind regards
Maik

Sourabh26
Giga Guru

Hi,

 

Yes if your group member table has been audited then you can check from the history. 

OR

If your group contains any role then yes. You can go for Role Audit table (sys_audit_role) and checks (based on user name) which role is assigned/removed from the user from ServiceNow.

 

Mark this as Helpful/Correct, if Applicable.

 

Regards.

Sourabh

Anshu_Anand_
Kilo Sage
Kilo Sage

sys_audit_delete you will find the member removed from group.

when sorted by created date and filter on sys_user_grmember , something like this, you can see the name .

find_real_file.png

Hope its helpful

Regards,
Anshu