<?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: Sync user directories through QRS API in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109471#M1496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, I am not following things. Here's my work-flow:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled Project.gif" class="jive-image image-1" src="/legacyfs/online/216276_Untitled Project.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I get 204 status code with no content, but users are not added to qlik sense. Users need to get added from ldap to qliksense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This suggests that either the UDC is not configured to pull in new users. e.g. sync data for existing users is checked or that there are no new users to sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Moreover, the GUID of UDC keeps changing. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This should not occur unless you delete the UDC. The GUIDs are assigned on creation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2018 23:52:58 GMT</pubDate>
    <dc:creator>Levi_Turner</dc:creator>
    <dc:date>2018-10-18T23:52:58Z</dc:date>
    <item>
      <title>Sync user directories through QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109468#M1493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Trying to synchronize all the new users added in my Qlik sense user directory. New users get added into my qlik sense directory via LDAP sync.&amp;nbsp; I'm able to successfully call the Qlik Repository Service API, i.e., qrs/userdirectoryconnector/syncuserdirectories. The call is successful but I'm unable to view the users in the QMC.&amp;nbsp; Could someone help me on achieving this through the QRS APIs. I'm able to do this through the QMC by setting up a trigger for automatically syncing users from LDAP to qlik sense directory. I want to achieve this programmatically, through the APIs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2018 15:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109468#M1493</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-16T15:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sync user directories through QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109469#M1494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The call is successful but I'm unable to view the users in the QMC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;I am not following. What does this mean?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;The endpoint for triggering a sync is:&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15397832899597108 jive_text_macro" jivemacro_uid="_15397832899597108"&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;POST /qrs/userdirectoryconnector/syncuserdirectories&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Body: ["GUID of UDC"]&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;Are you not seeing additional users added to Qlik Sense? If so, what is your UDC config?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 13:35:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109469#M1494</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-10-17T13:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sync user directories through QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109470#M1495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Levi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The API call is successful. I get 204 status code with no content, but users are not added to qlik sense. Users need to get added from ldap to qliksense. &lt;SPAN style="font-size: 10pt;"&gt;Moreover, the GUID of UDC keeps changing. My UDC config is Generic LDAP. I get this working manually by syncing it in the QMC. I want to do it programmatically through this API. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 16:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109470#M1495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-10-18T16:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sync user directories through QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109471#M1496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Again, I am not following things. Here's my work-flow:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled Project.gif" class="jive-image image-1" src="/legacyfs/online/216276_Untitled Project.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; I get 204 status code with no content, but users are not added to qlik sense. Users need to get added from ldap to qliksense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This suggests that either the UDC is not configured to pull in new users. e.g. sync data for existing users is checked or that there are no new users to sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Moreover, the GUID of UDC keeps changing. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This should not occur unless you delete the UDC. The GUIDs are assigned on creation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 23:52:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109471#M1496</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-10-18T23:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Sync user directories through QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109472#M1497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Levi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Done a POST request to this API endpoint&amp;nbsp; &lt;SPAN style="color: #0f0f0f; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;qrs/userdirectoryconnector/syncuserdirectories &lt;/SPAN&gt;with GUID in the body of the request. It does not sync new users into Qlik sense or does not find them in QMC Users. Unable to figure out things. Sharing the screenshot for your reference. The GUID of userdirectory connector I am considering is from the QMC. It is constantly changing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On Wednesday, November 7th it is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture3.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/217926_Capture3.PNG" style="height: 35px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Again, on Thursday, November 8th :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/217927_Capture1.PNG" style="height: 25px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, sharing my UDC configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/217928_Capture2.PNG" style="height: 333px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2018 23:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109472#M1497</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-08T23:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sync user directories through QRS API</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109473#M1498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That isn't the GUID of the UDC. That's the GUID of a synthetic table created by the QMC to provide the layout.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call &lt;SPAN style="font-family: 'courier new', courier;"&gt;/qrs/userdirectory/full&lt;/SPAN&gt; to determine the GUID of the particular UDC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Nov 2018 13:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Sync-user-directories-through-QRS-API/m-p/109473#M1498</guid>
      <dc:creator>Levi_Turner</dc:creator>
      <dc:date>2018-11-09T13:10:20Z</dc:date>
    </item>
  </channel>
</rss>

