cancel
Showing results for 
Search instead for 
Did you mean: 

users access to the different tools in Hybris,

Former Member
0 Kudos

We have a number of user groups available. I was looking more for groups that we use for authorization purposes in Hybris tooling. How to check which groups are we using to give people access to all the different tools.

Please help..

Accepted Solutions (0)

Answers (1)

Answers (1)

geffchang
Active Contributor
0 Kudos

You can export the list of Users and their usergroups. In HMC, there is System > Tools > Export.

This export script can be used:

 INSERT_UPDATE User;uid[unique=true];groups(uid);
 "#% impex.exportItemsFlexibleSearch(""SELECT {pk} FROM {User}"");"

( If the solution is good enough for you, please don't forget to Upvote and/or Accept )