Update the user password expiry date for the given membershipid
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
user membership id to change the expiry date for
- tenantId
- Type: System String
the user's tenant id
Return Value
Type: Booleantrue : if the update is successful false : if the update has failed.
Exceptions
Exception | Condition |
---|---|
CelloSaaS.ServiceContracts.UserManagement UserDetailException | If Any exception occurred, while connecting or modifying the database. |
System ArgumentNullException | If the tenant id or membership id is null or empty. |
See Also