group groupRef addUsers

Available for: Content Management Server

Task: Puts each specified user into the group with the name name if the user is not already a member.

Syntax:

group withName name addUsers {login}

Function parameters:

  • login: Login of a user.

Return value if successful: none

Necessary permissions:

  • The logged-in user must be a super user or
  • The logged-in user must have the permissionGlobalUserEdit permission and be direct or indirect owner of the name group.

Example:

CM>group withName editors addUsers mike jane