Solved
I need Group id of a Closed user group.
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
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
Can you try this
Session adminSession = resourceResolver.adaptTo(Session.class);
UserManager um = AccessControlUtil.getUserManager(adminSession);
um.getAuthorizable("Group_Name").getID();
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.