UserDetailsProxy GetOnlineUsersCountForTenants Method CelloSaaS API Documentation
Retuns the currently online users count for the given tenant ids. Online users are identifier if their last activity time is less than 10 minutes (configurable in appsettings).

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, int> GetOnlineUsersCountForTenants(
	string[] childTenantIds
)

Parameters

childTenantIds
Type:  System String 

Return Value

Type: Dictionary String, Int32 
See Also