Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
jixiaoquan
Contributor III
Contributor III

How to Get The Active Users through API in the .NET program?

Hi everyone,

    Recently I meet a question,which method could get the active users in the qmc through the API?

    In my project I have used this method:

                QMSClient client = GetClient();

                ServiceInfo[] MyQVS = client.GetServices(ServiceTypes.QlikViewServer);

                CALConfiguration myCALs_status = client.GetCALConfiguration(MyQVS[0].ID, CALConfigurationScope.SessionCALs);

    But this method does not work,it can not get the active users.

      Colud you tell me how to get the active users?

      Thank you very much!

0 Replies