$removeFromGroup

Removes the specified user from the named group.
Syntax
    $removeFromGroup{username}{group_name}
DocumentationRemoves the specified user from the named group:

    Parameters:
      username, the name of the user to remove from the named group.
      group_name, the name of the group the user is to be removed from.
Examples
    $removeFromGroup{Jack1}
    {guests_group}

    Result:
    removes user "Jack1" from group "guests_group"
GroupSecurity
Minimum required transaction-mode:UPDATE=SECURITY
Required scripting permission of the developerPERMISSION_FL_ADMINISTRATIVE
Minimum parameters2
Maximum parameters 2