<?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 Usage of QV User Manager in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Usage-of-QV-User-Manager/m-p/2047243#M18241</link>
    <description>&lt;P&gt;Does anyone know where we can find a guide on how to use QV User Manager to assign permissions to a specific list of users to have access to a dashboard on QMC.&lt;BR /&gt;&lt;BR /&gt;Does the Power Tools still work on v12.70&lt;/P&gt;</description>
    <pubDate>Thu, 09 Mar 2023 09:23:54 GMT</pubDate>
    <dc:creator>Plutoswrath</dc:creator>
    <dc:date>2023-03-09T09:23:54Z</dc:date>
    <item>
      <title>Usage of QV User Manager</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Usage-of-QV-User-Manager/m-p/2047243#M18241</link>
      <description>&lt;P&gt;Does anyone know where we can find a guide on how to use QV User Manager to assign permissions to a specific list of users to have access to a dashboard on QMC.&lt;BR /&gt;&lt;BR /&gt;Does the Power Tools still work on v12.70&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2023 09:23:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Usage-of-QV-User-Manager/m-p/2047243#M18241</guid>
      <dc:creator>Plutoswrath</dc:creator>
      <dc:date>2023-03-09T09:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: Usage of QV User Manager</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Usage-of-QV-User-Manager/m-p/2055016#M18332</link>
      <description>&lt;P&gt;Hello &lt;SPAN&gt;Plutoswrath&lt;/SPAN&gt;,&lt;BR /&gt;&lt;SPAN&gt;some Power Tools works on v12.70, as specified&amp;nbsp;on the article &lt;A title="Power Tools for QlikView - One-stop-shop" href="https://community.qlik.com/t5/QlikView-Documents/Power-Tools-for-QlikView-One-stop-shop/ta-p/1493451" target="_self"&gt;Power Tools for QlikView - One-stop-shop&lt;/A&gt;&amp;nbsp;and QV User Manager 11 it works.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;First of all you have to configure the correct address of the Qlik Management Service on the config file&amp;nbsp;&lt;EM&gt;qv-user-manager.exe.config&lt;/EM&gt;&amp;nbsp;if you work on remote desktop on the server it self the easy way is &lt;EM&gt;localhost&amp;nbsp;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;....
&amp;lt;client&amp;gt;
   &amp;lt;endpoint address="http://localhost:4799/QMS/Service" binding="basicHttpBinding"
         bindingConfiguration="BasicHttpBinding_IQMS" contract="QMSAPI.IQMS"
      name="BasicHttpBinding_IQMS" behaviorConfiguration="ServiceKeyEndpointBehavior" /&amp;gt;
&amp;lt;/client&amp;gt;&lt;/LI-CODE&gt;
&lt;P&gt;Then you can use the commands that the help (README.md) provide to manage/list the permission on the QMC. The tool list and assign DMS permission to access the document on the Access Point and it manage/list CAL assignments.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This sample command script will list all the settings&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93998"&gt;@Echo&lt;/a&gt; off
set folder="D:\PowerTool e Shared\Qv User Manager 11\"

echo qv-user-manager.exe --list docs
%folder%qv-user-manager.exe --list docs &amp;gt; data\docinfo.csv
if errorlevel 1 goto error

echo qv-user-manager.exe --list dms
%folder%qv-user-manager.exe --list dms &amp;gt; data\dmsusers.csv
if errorlevel 1 goto error

echo qv-user-manager.exe --list cal
%folder%qv-user-manager.exe --list cal &amp;gt; data\cal.csv
if errorlevel 1 goto error

echo qv-user-manager.exe --list calinfo
%folder%qv-user-manager.exe --list calinfo &amp;gt; data\calinfo.csv
if errorlevel 1 goto error

goto end

:error
echo.
echo An error occured! Verify that the address in qv-user-manager.config is correct.
echo.
pause

:end&lt;/LI-CODE&gt;
&lt;P&gt;If I well got your needs you want to set an DMS authorization to an user to access a document you can use the following command:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;D:\PowerTool e Shared&amp;gt;".\Qv User Manager 11\qv-user-manager.exe" --add=DMS --document=Golf.qvw &amp;lt; data\UserToAdd.txt
Added 2 users to 'Golf.qvw' on QVS@APCV12&lt;/LI-CODE&gt;
&lt;P&gt;where the file UserToAdd.txt contains the list of user to add:&lt;/P&gt;
&lt;LI-CODE lang="csharp"&gt;apc-w10\QlikUsr1
apc-w10\QlikUsr2&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alberto&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2023 08:09:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Usage-of-QV-User-Manager/m-p/2055016#M18332</guid>
      <dc:creator>APiccoli</dc:creator>
      <dc:date>2023-03-30T08:09:25Z</dc:date>
    </item>
  </channel>
</rss>

