Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Groups removeUsers

From Catglobe Wiki
Revision as of 04: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,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



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