Get user counts for tenant Identifiers.
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
public static Dictionary<string, Dictionary<int, int>> GetUserCountByTenantIds(
string[] tenantIds
)
public static Dictionary<string, Dictionary<int, int>> GetUserCountByTenantIds(
string[] tenantIds
)
Public Shared Function GetUserCountByTenantIds (
tenantIds As String()
) As Dictionary(Of String, Dictionary(Of Integer, Integer))
Public Shared Function GetUserCountByTenantIds (
tenantIds As String()
) As Dictionary(Of String, Dictionary(Of Integer, Integer))
static member GetUserCountByTenantIds :
tenantIds : string[] -> Dictionary<string, Dictionary<int, int>>
static member GetUserCountByTenantIds :
tenantIds : string[] -> Dictionary<string, Dictionary<int, int>>
Parameters
- tenantIds
- Type: System String
Tenant Identifiers(Mandatory)
Return Value
Type:
Dictionary String,
Dictionary Int32,
Int32 User details count and tenant Identifiers