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