UserDetailsProxy UpdateFirstTimeLogOn Method CelloSaaS API Documentation
Update the password and security question/answer

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

public static void UpdateFirstTimeLogOn(
	string membershipId,
	string password,
	string securityQuestion,
	string securityAnswer,
	bool firstLogOn,
	string tenantId
)

Parameters

membershipId
Type: System String
membership id(Mandatory)
password
Type: System String
new password
securityQuestion
Type: System String
security question
securityAnswer
Type: System String
security answer
firstLogOn
Type: System Boolean
if set to true [first log on].
tenantId
Type: System String
See Also