Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
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