IUserDetailsService GetUserCountByTenantId Method CelloSaaS API Documentation
Gets the user count by tenant id.

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

Dictionary<bool, int> GetUserCountByTenantId(
	string tenantId
)

Parameters

tenantId
Type: System String
The tenant id.

Return Value

Type: Dictionary Boolean, Int32 
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