IUserDetailsService UpdateFirstTimeLogOn Method (String, String, String, String, Boolean, String) CelloSaaS API Documentation
Update the password and security question/answer

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

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 (Mandatory)
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
The tenant id.
Exceptions

ExceptionCondition
System ArgumentNullException
System ArgumentException
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
See Also