Assigning and Unassigning user to the userGroup
Assinging users to the userGroups.
UserLocalServiceUtil.addUserGroupUsers(userGroupId, addUserIds);
Removing users from the UserGroups.
UserLocalServiceUtil.unsetUserGroupUsers(userGroupId, removeUserIds);
Comments
Post a Comment