Retuns the currently online users count for the given tenant id. Online users are identifier if their last activity time is less than 10 minutes (configurable in appsettings)
Namespace: CelloSaaS.BusinessEdition.ServiceProxies.UserManagementAssembly: CelloSaaS.BusinessEdition (in CelloSaaS.BusinessEdition.dll) Version: 4.3.1.0 (4.3.1.0)
Syntax
Parameters
- tenantId
- Type: System String
Tenant Identifier
Return Value
Type: Int32No of users.
See Also