ALM Site Administration API Type Library 12.50 and later
AddUsersToGroup Method
The logical group of projects in the ALM database.
The name of the project in the ALM database.
The name of a user group.
A comma-separated list of user names.
Description
Adds a list of project users to the specified group.
Syntax
Visual Basic
Public Sub AddUsersToGroup( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal GroupName As String, _
   ByVal UsersNames As String _
) 
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
GroupName
The name of a user group.
UsersNames
A comma-separated list of user names.
See Also

SAapi Object  | SAapi Members