Click or drag to resize
ClientUserChangePassword Method
Changes the password of the specified user.

Namespace: MOVEit.DMZ.API
Assembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntax
public bool UserChangePassword(
	string Username,
	string NewPassword
)

Parameters

Username
Type: SystemString
Username to change password of.
NewPassword
Type: SystemString
New password to apply to user.

Return Value

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