I am getting following error while assiging users to organization using UserServiceUtil.addOrganizationUsers(orgId, userIds)
ERROR [AdvancedPermissionChecker:944]
com.liferay.portal.NoSuchResourceActionException:
com.liferay.portal.model.Organization#ASSIGN_MEMBERS
I guess I need to add a row in Resource Table with com.liferay.portal.model.Organization name and ASSIGN_MEMBERS in actionID. But what to insert in resourceActionId and bitwiseValue fields.
or Is there any other way to get rid of this error?
fresh installation of Liferay 6.1.1 ga 2 resolved this issue for me.