Groups removeUsers
Revision as of 05:28, 20 July 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Group_Functions {{HelpFiles}} = Groups_removeUsers = Remove many users out of many groups at the same time == Syntax == Groups_removeUsers (array groupsRId,...")
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 = {};
array usersRId = {};
Groups_removeUsers (groupsRId, usersRId);