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.
Revision as of 04:19, 20 July 2017 by Nguyenduyan (talk | contribs) (Created page with "Category:Group_Functions {{HelpFiles}} = Groups_addUsers = Add many users into many groups at the same time == Syntax == Groups_addUsers (array groupsRId, array user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)



Groups_addUsers

Add many users into many groups at the same time

Syntax

Groups_addUsers (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_addUsers (groupsRId, usersRId);