Click or drag to resize
ClientUserGroupJoin Method
Adds the specified user to the specified group.

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