Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
Can i get the groupid of CUG.I can get group name like(content-author,dsc,...etc,).but I need groupId of that group.Please let me know how can I get groupId.Thanks
Solved! Go to Solution.
Can you try this
Session adminSession = resourceResolver.adaptTo(Session.class);
UserManager um = AccessControlUtil.getUserManager(adminSession);
um.getAuthorizable("Group_Name").getID();
View solution in original post
Views
Likes
Replies