UserDetailsProxy ChangePassword Method (String, String, String) CelloSaaS API Documentation
This methos is used to change the password

Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagement
Assembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax

public static bool ChangePassword(
	string userName,
	string oldPassword,
	string newPassword
)

Parameters

userName
Type: System String
User Name(Mandatory)
oldPassword
Type: System String
Old Password(Mandatory)
newPassword
Type: System String
New Password(Mandatory)

Return Value

Type: Boolean
True - Password Changed Successfully/False
See Also