Click or drag to resize
ClientUserGroupLeave Method
Removes the specified user from the specified group.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
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: Boolean
true if successful; otherwise, false.
See Also