Click or drag to resize
ClientUserAddTemporary Method (String, String, String)
Adds a new temporary 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 UserAddTemporary(
	string Email,
	string Password,
	string RealName
)

Parameters

Email
Type: SystemString
Email address of the new user.
Password
Type: SystemString
Password of the new user.
RealName
Type: SystemString
Display name of the new user.

Return Value

Type: Boolean
true if successful; otherwise, false.
Remarks
Calls UserAddTemporary(String, String, String, Boolean) with a value of false for the ForceChangePassword argument.
See Also