| ClientUserChangePassword Method  | 
            Changes the password of the specified user.
            
 
Namespace: MOVEit.DMZ.APIAssembly: MOVEit.DMZ.API (in MOVEit.DMZ.API.dll) Version: 9.0.0.0
Syntaxpublic bool UserChangePassword(
	string Username,
	string NewPassword
)
Public Function UserChangePassword ( 
	Username As String,
	NewPassword As String
) As Boolean
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: 
Booleantrue if successful; otherwise, 
false.
See Also