UserDetailsProxy GetUserCountByTenantIds Method CelloSaaS API Documentation
Get user counts for tenant Identifiers.

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

public static Dictionary<string, Dictionary<int, int>> GetUserCountByTenantIds(
	string[] tenantIds
)

Parameters

tenantIds
Type:  System String 
Tenant Identifiers(Mandatory)

Return Value

Type: Dictionary String, Dictionary Int32, Int32  
User details count and tenant Identifiers
See Also