IUserDetailsService GetPasswordExpiredUser Method CelloSaaS API Documentation
Get the list of membershipIds which have been expired for a given tenantID.

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

Dictionary<string, UserDetails> GetPasswordExpiredUser(
	string tenantId
)

Parameters

tenantId
Type: System String
TenantId to find the list of expired memberships

Return Value

Type: Dictionary String, UserDetails 
List of expired membership Ids.
Exceptions

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