SAClient Type Library - Application Lifecyle Management Site Administration API
RemoveUsersFromProject Method
The logical group of projects in the ALM database.
The name of the project in the ALM database.
A comma-separated list of user names.
Description
Removes a list of users from a project.
Syntax
Visual Basic
Public Function RemoveUsersFromProject( _
   ByVal DomainName As String, _
   ByVal ProjectName As String, _
   ByVal Users As String _
) As String
Parameters
DomainName
The logical group of projects in the ALM database.
ProjectName
The name of the project in the ALM database.
Users
A comma-separated list of user names.
See Also

SAapi Object  | SAapi Members