Difference between revisions of "Group addUser"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Group_Functions]] |
| | ||
Revision as of 05:50, 22 March 2011
Group_addUser
Add a user to a group
Syntax
Group_addUser(userResourceId, groupResourceId)
Arguments
- userResourceId: is a number expression. It is the user's resource id, which can be found in user resource list
- groupResourecId: is a number expression. It is the group's resource id, which can be found in user resource list
Return value
empty
Example
Group_addUser(1234, 5678);
Availability
Version 5.6