How can I find out which groups contain a role?

chrismarriott
Kilo Contributor

I'm probably missing something obvious here, but how can I find out which groups contain a particular role in Helsinki? When I look at the details of a role, the "related records" tabs show me which users have that role, but not which groups contain the role. Is there a way I can find out which groups a role has been assigned to?

Thanks,

Chris

1 ACCEPTED SOLUTION

amlanpal
Kilo Sage

Hi Chris,



You need to search in the Group Role ('sys_group_has_role') table to get your answer. You need to type sys_group_has_role.LIST in your application navigation search bar to open the List view of the table. Please find to the below snapshot where I have filtered those groups which has 'itil' role.


find_real_file.png



I hope this helps. Please mark correct/helpful based on impact


View solution in original post

7 REPLIES 7

snehabinani26
Tera Guru

HI Chris,



Navigate to the Group table. You can find the related list named as role.


find_real_file.png


Mihir Mohanta
Kilo Sage

You can find it by querying "sys_group_has_role" table.


Shishir Srivast
Mega Sage

Please check in sys_group_has_role to find out the roles for the group.


Kalaiarasan Pus
Giga Sage

On the user profile, add roles related list if not already present.


Change the list layout of the related list and add granted by column.