


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.
Views
Replies
Total Likes
Can you try this
Session adminSession = resourceResolver.adaptTo(Session.class);
UserManager um = AccessControlUtil.getUserManager(adminSession);
um.getAuthorizable("Group_Name").getID();
Views
Replies
Total Likes
Can you try this
Session adminSession = resourceResolver.adaptTo(Session.class);
UserManager um = AccessControlUtil.getUserManager(adminSession);
um.getAuthorizable("Group_Name").getID();
Views
Replies
Total Likes