IUserDetailsService IsUserPasswordForcedForChange Method CelloSaaS API Documentation
To check whether this membershipid is forced for password reset or not

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

bool IsUserPasswordForcedForChange(
	string membershipId,
	string tenantId
)

Parameters

membershipId
Type: System String
The membership id.
tenantId
Type: System String
tenant id

Return Value

Type: Boolean
true : if the user has been forced for password change false : if the user has NOT been forced for password change
Exceptions

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