on 2018 Nov 21 8:38 AM
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..
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 )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
12 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.