When trying to create new Group by writing
Group ng = groupMgr.createGroup("some_group");crowdService.addGroup(ng);I get "Group already exists in the remote directory".
When using ProjectRoleService to add this Group to a ProjectRole I get "We ca't find 'some_group' in any accessible user directory. Check they're still active and available, and try again."
So I guess I just need to activate this group. How to do it via Java API