Assignment group details for an individual user

GaneshErike
Tera Contributor

Hi,

We are exporting user details from user table to excel sheet.

But we are unable to get Assignment Group details to which the user is part of.

Assignment Group is a related list in the user form, so we are unable to get that details while we are exporting user details.

 

Is there any possibility to get Assignment Group details for every user in a excel sheet.

 

Thanks in advance.

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@GaneshErike 

user data is stored in sys_user and that table doesn't hold Group data.

you can use sys_user_grmember and this will tell User is part of which group

AnkurBawiskar_0-1743504102839.png

 

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

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

View solution in original post

1 REPLY 1

Ankur Bawiskar
Tera Patron
Tera Patron

@GaneshErike 

user data is stored in sys_user and that table doesn't hold Group data.

you can use sys_user_grmember and this will tell User is part of which group

AnkurBawiskar_0-1743504102839.png

 

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

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