Groups removeUsers
Revision as of 08:25, 24 July 2017 by Nguyenduyan (talk | contribs)
Groups_removeUsers
Remove many users out of many groups at the same time
Syntax
Groups_removeUsers (array groupsRId, array usersRId);
Arguments
groupsRId: array. List of group resource id
usersRId: array. List of user resource id
Return type
Empty
Example
array groupsRId = {15569952,15569686};
array usersRId = {15558770, 15558968, 15559047};
Groups_removeUsers (groupsRId, usersRId);