addUserToGroup

Description

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

Parameters

Return Type

Boolean (true/false)

Example

addUserToGroup("jdoe", "confluence-users");

See also