How can you see the date a person was added to an Assignment Group?

Elaine Bucci
Tera Contributor

How can you see the date a person was added to an Assignment Group? 

3 REPLIES 3

Abhijit4
Mega Sage

You can have look at created date of the "sys_user_grmember" record which basically stores user-group mapping, whenever we add user to any group, the record in this table gets created so the created date of this record should be the date when user was added to that group.

Let me know if you have any further queries.

Please mark this as Correct or Helpful if it helps.

Thanks and Regards,
Abhijit
Community Rising Star 2022

By marking my response as correct or helpful, you contribute to helping future readers with similar issues.
Regards,
Abhijit
ServiceNow MVP

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

ServiceNow has sys_user_grmember table which holds the mapping of User + Group.

You can rely on the sys_created_on timestamp for determining when user was added to group.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

@Elaine Bucci 

Thank you for marking my response as helpful.

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader