How to know which users have been removed from a particular group

Shalika
Tera Expert

I have removed some users from a particular group and I need to add those users to that group again. How can I get those users which have been removed from that particular group?

1 ACCEPTED SOLUTION

palanikumar
Mega Sage

Hi,

 

Go to System Definition > Deleted Records

Search for sys_user_grmember in table name

Identify the deleted record using  "Record Deleted" field which records the data when the data is delete 

Deleted user information is available in payload field. You need to open the record and check the JSON data for the user name

Thank you,
Palani

View solution in original post

2 REPLIES 2

Ankita19
Tera Guru
Tera Guru

Hi,

Please type sys_history_line.LIST in your navigation search to navigate History table.  filter your search with Label as 'relation' and 'Old' as 'Group Member'. You will find the history data against the User record. The 'User Name' field contains the User who has removed the user from the Particular group. 

palanikumar
Mega Sage

Hi,

 

Go to System Definition > Deleted Records

Search for sys_user_grmember in table name

Identify the deleted record using  "Record Deleted" field which records the data when the data is delete 

Deleted user information is available in payload field. You need to open the record and check the JSON data for the user name

Thank you,
Palani