Skip to end of banner
Go to start of banner

admAddUserToGroup

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Description

Adds a single user to a group if the user is not already in that group.

Parameters

Return Type

Boolean

Returns "true" if operation succeeded.

Example

addUserToGroup("user.3", "Senior Developers");

The look-up is first made after the userkey, then after the username.

See also

  • No labels