Click or drag to resize
Client.UserGroupJoin 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: System.String
Username to add.
GroupName
Type: System.String
Name of group to add user to.

Return Value

Type: Boolean
true if successful; otherwise, false.
See Also