Report on Assignment Groups, Users, and Roles

Community Alums
Not applicable

I need to create a report that shows Users, their assignment groups, and only the roles assigned by the groups. It does not need to show the contain roles. Just the roles granted by the groups. What is the best way to do this. I have tried to run a report of roles users have but it only gives the contained roles.

4 REPLIES 4

AndersBGS
Tera Patron
Tera Patron

Hi @Community Alums 

 

Do you mean their assigned groups or the assignment groups that the single user belongs to?

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.

 

Best regards

Anders

If my answer has helped with your question, please mark my answer as the accepted solution and give a thumbs up.

Best regards
Anders

Rising star 2024
MVP 2025
linkedIn: https://www.linkedin.com/in/andersskovbjerg/

Community Alums
Not applicable

The assigned group the users belong to and the roles the group grants.

SAI VENKATESH
Tera Sage
Tera Sage

Hi @Community Alums 

 

For your Following Requirement You can take a look on this:

database view called, "matching_user_group_skills".



All the data you need should be in there.

 

It joins:



sys_user

 

sys_user_grmember

 

sys_user_has_skill

 

user_task_stats

 

sys_user_has_role

 

By using the table called "matching_user_group_skills" you can create a report as per your needs.

 

 

Thanks and Regards

Sai Venkatesh

Amit Verma
Kilo Patron
Kilo Patron

Hi @Community Alums 

 

If I understood your requirement correctly, you want to find out the roles provided by a group to it's group members. If yes, you can query "sys_group_has_role" table to find the roles being offered by a group. Refer below screenshot :

 

AmitVerma_0-1724996645567.png

 

Thanks and Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.