Check out UserGroupCallback interface and its implemenataion which can be found in the 5.4.0 snapshot . The mapping of the relationship between user and the group is defined here . After calling UserGroupCallbackManager.getInstance().setCallback(yourUserGroupCallback) before doing any task operations ,the TaskService API will use these UserGroupCallback to do the authorization .