<?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 Re: Using QVS API to add users to distribution list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1826063#M1245763</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2797"&gt;@sdcentre&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;is there a way of calling QMS API in some way other than C# and VB (for example, assemble a URL in a shell script or Python and call a corresponding method using cUrl or requests library)?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Not that I'm aware of.&amp;nbsp; The links and example previously provided were directly from the QlikView Management Service API Reference Manual.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Mon, 02 Aug 2021 11:59:08 GMT</pubDate>
    <dc:creator>Chip_Matejowsky</dc:creator>
    <dc:date>2021-08-02T11:59:08Z</dc:date>
    <item>
      <title>Using QVS API to add users to distribution list</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1824120#M1245758</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a question: is there a way to utilize QVS API to add users to distribution list in QlikView?&lt;/P&gt;&lt;P&gt;And is there a proper documentation for QVS API for the people who want to call API methods directly from Linux command line (not using C# or PowerShell)? This, as far as I know, is possible using cUrl (at least based on the article below), but I couldn't find an appropriate documentation with all the methods available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Call-QMS-API-with-cURL/ta-p/1717004?_ga=2.149617782.1737571661.1626944753-1696473308.1560249751" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Knowledge-Base/QlikView-Call-QMS-API-with-cURL/ta-p/1717004?_ga=2.149617782.1737571661.1626944753-1696473308.1560249751&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I know a similar question has been asked before (&lt;A href="https://community.qlik.com/t5/QlikView-Administration/QMS-API-add-remove-AD-user-to-Publisher-task/td-p/787012" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/QlikView-Administration/QMS-API-add-remove-AD-user-to-Publisher-task/td-p/787012&lt;/A&gt; ). However, there is no accepted answer in this thread.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Vlad&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1824120#M1245758</guid>
      <dc:creator>sdcentre</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using QVS API to add users to distribution list</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1824154#M1245760</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2797"&gt;@sdcentre&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;The &lt;A href="https://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/html/7b30b3a1-77da-4bbe-bdc2-1320dfa4f726.htm#!" target="_blank"&gt;QlikView QMS API Reference&lt;/A&gt; lists all of the available namespaces.&amp;nbsp;The namespace&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview-developer/12.1/apis/QMS%20API/html/T_PIX_QMSAPI_DataObjects_TaskDistributionEntry.htm" target="_blank"&gt;TaskDistributionEntry Class&lt;/A&gt; has a "Recipients" property, so that looks to be what you would need in order to add users to a Publisher distribution task.&amp;nbsp; If you need further assistance, suggest that you reach out to your Qlik account team who can inform you of other potential resources.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jul 2021 14:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1824154#M1245760</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-07-23T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using QVS API to add users to distribution list</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1826000#M1245762</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/13651"&gt;@Chip_Matejowsky&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Sorry for a late reply. Thanks for pointing me to the correct method.&lt;/P&gt;&lt;P&gt;I see that the example is coded in C#, so the question stil stands - is there a way of calling QMS API in some way other than C# and VB (for example, assemble a URL in a shell script or Python and call a corresponding method using cUrl or requests library)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;Vlad&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 07:34:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1826000#M1245762</guid>
      <dc:creator>sdcentre</dc:creator>
      <dc:date>2021-08-02T07:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using QVS API to add users to distribution list</title>
      <link>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1826063#M1245763</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/2797"&gt;@sdcentre&lt;/a&gt;,&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;is there a way of calling QMS API in some way other than C# and VB (for example, assemble a URL in a shell script or Python and call a corresponding method using cUrl or requests library)?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Not that I'm aware of.&amp;nbsp; The links and example previously provided were directly from the QlikView Management Service API Reference Manual.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 02 Aug 2021 11:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-QVS-API-to-add-users-to-distribution-list/m-p/1826063#M1245763</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-08-02T11:59:08Z</dc:date>
    </item>
  </channel>
</rss>

