IUserDetailsService UpdatePasswordExpirationDate Method CelloSaaS API Documentation
Update the user password expiry date for the given membershipid

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

bool UpdatePasswordExpirationDate(
	string membershipId,
	string tenantId
)

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: Boolean
true : if the update is successful false : if the update has failed.
Exceptions

ExceptionCondition
CelloSaaS.ServiceContracts.UserManagement UserDetailExceptionIf Any exception occurred, while connecting or modifying the database.
System ArgumentNullExceptionIf the tenant id or membership id is null or empty.
See Also