| ClientUserGroupAdd Method (String) | 
            Adds a new group with the provided name.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserGroupAdd(
	string GroupName
)
Public Function UserGroupAdd ( 
	GroupName As String
) As Boolean
public:
bool UserGroupAdd(
	String^ GroupName
)
Parameters
- GroupName
 - Type: SystemString
Name of the new group. 
Return Value
Type: 
Booleantrue if successful; otherwise, 
false.
See Also