Click or drag to resize
ClientUserAdd Method (String, String, String, String, ClientUserPermission)
Adds a new user with the provided attributes.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserAdd(
	string Username,
	string Password,
	string RealName,
	string Email,
	ClientUserPermission Permission
)

Parameters

Username
Type: SystemString
Username of the new user.
Password
Type: SystemString
Password of the new user.
RealName
Type: SystemString
Display name of the new user.
Email
Type: SystemString
Email address of the new user.
Permission
Type: MOVEit.DMZ.APIClientUserPermission
Permission code of the new user.

Return Value

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