| ClientUserGroupJoin Method  | 
            Adds the specified user to the specified group.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserGroupJoin(
	string Username,
	string GroupName
)
Public Function UserGroupJoin ( 
	Username As String,
	GroupName As String
) As Boolean
public:
bool UserGroupJoin(
	String^ Username, 
	String^ GroupName
)
Parameters
- Username
 - Type: SystemString
Username to add. - GroupName
 - Type: SystemString
Name of group to add user to. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also