ClientUserAddTemporary Method (String, String, String, Boolean) |
Adds a new temporary user with the provided attributes.
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax public bool UserAddTemporary(
string Email,
string Password,
string RealName,
bool ForceChangePassword
)
Public Function UserAddTemporary (
Email As String,
Password As String,
RealName As String,
ForceChangePassword As Boolean
) As Boolean
public:
bool UserAddTemporary(
String^ Email,
String^ Password,
String^ RealName,
bool ForceChangePassword
)
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. - ForceChangePassword
- Type: SystemBoolean
When true, the user will be required to change their password on their first login.
Return Value
Type:
Booleantrue if successful; otherwise,
false.
See Also