Update the password and security question/answer
Namespace: CelloSaaS.ServiceContracts.UserManagementAssembly: CelloSaaS.ServiceContracts (in CelloSaaS.ServiceContracts.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
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
Exception | Condition |
---|---|
System ArgumentNullException | |
System ArgumentException | |
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
See Also