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

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

public static bool IsUserPasswordForcedForChange(
	string membershipId,
	string tenantId
)

Parameters

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

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
See Also