Difference between revisions of "Groups removeUsers"

From Catglobe Wiki
Jump to: navigation, search
(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,...")
(No difference)

Revision as of 06:28, 20 July 2017



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);