<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to get the the current online user in QMS Service API? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386408#M1332773</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Hi Experts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060;"&gt;&amp;nbsp;&amp;nbsp; I need a way to obtain the the current online user in QMS Service API in my project. If there is, could you please tell me? Thanks a lot. Screenshot is as follow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="24440" class="jive-image-thumbnail jive-image" onclick="" alt="userlist.JPG" src="https://community.qlik.com/legacyfs/online/24440_userlist.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>How to get the the current online user in QMS Service API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386408#M1332773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt;Hi Experts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #606060;"&gt;&amp;nbsp;&amp;nbsp; I need a way to obtain the the current online user in QMS Service API in my project. If there is, could you please tell me? Thanks a lot. Screenshot is as follow:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="24440" class="jive-image-thumbnail jive-image" onclick="" alt="userlist.JPG" src="https://community.qlik.com/legacyfs/online/24440_userlist.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386408#M1332773</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the the current online user in QMS Service API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386409#M1332774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think is possible through powertools, might be possible through API but not sure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Nov 2012 20:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386409#M1332774</guid>
      <dc:creator>danielrozental</dc:creator>
      <dc:date>2012-11-06T20:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the the current online user in QMS Service API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386410#M1332777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i thing the figure provided by you itself depict the no of current online users.&lt;/P&gt;&lt;P&gt;need to count them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as per screen there are two user accessing your app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Someone can correct me if i am wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 07:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386410#M1332777</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2012-11-07T07:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the the current online user in QMS Service API?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386411#M1332780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a way in the API, however I have not tried it yet. The GetQVSDocumentsAndUsers(Guid qvsID, QueryTarget target) method returns a dictionary, of what I think is a straight list of documents, and for each item a sub-list of users on each document. Return type is Dictionary&amp;lt;String, List&amp;lt;String&amp;gt;&amp;gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is in the 11 IR API, anyways. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Nov 2012 13:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-the-the-current-online-user-in-QMS-Service-API/m-p/386411#M1332780</guid>
      <dc:creator>StefanBackstrand</dc:creator>
      <dc:date>2012-11-07T13:32:24Z</dc:date>
    </item>
  </channel>
</rss>

