Listing Group members of a particular group

sowmyaj
Giga Expert

Hi All,

        As we know we create a group and using "Group Members" related list we add members to a particular group.  

        Now I want to display all the group members of a particular group. How can I query with a related list?

        Assuming I have a group "XYZ"   and group members are added using related list and the members are "a,b,c,d and e".   How can I list the members of "XYZ" group?

       
Thanks,

Sowmya.

1 ACCEPTED SOLUTION

Deepak Ingale1
Mega Sage

Hi Sowmya,



type sys_user_grmember.list in left navigation bar.



sys_user_grmember is mtom table in servicenow which stores a record of single user and single group



You will have to build reporty / query this table to get list of users in it.


View solution in original post

4 REPLIES 4

Deepak Ingale1
Mega Sage

Hi Sowmya,



type sys_user_grmember.list in left navigation bar.



sys_user_grmember is mtom table in servicenow which stores a record of single user and single group



You will have to build reporty / query this table to get list of users in it.


find_real_file.png



Screenshot of group membership table.


Hi Deepak,



                            Thank you



Thanks,


Sowmya.


I have a similar issue and I'm hoping that you have the answer. I'm trying to create a Question in a catalog item where people can select the name of a person already helping them. However I need it to be filtered by specific groups so I tried what you suggested however when I select user as the field to display it displays their sysID and not their name. I even tried to dot walk but it wont let me. I would also want it so that names did not show up multiple times if possible.

 

GroupMember.PNG