<?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: Qlik User API does not show available users in the tenant in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477102#M21130</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt; and &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt; for your help. The API shows all the users I have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;</description>
    <pubDate>Tue, 20 Aug 2024 18:15:59 GMT</pubDate>
    <dc:creator>rolmontero</dc:creator>
    <dc:date>2024-08-20T18:15:59Z</dc:date>
    <item>
      <title>Qlik User API does not show available users in the tenant</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477051#M21127</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;I am using this endpoint &lt;STRONG class="u-mr-small" style="box-sizing: border-box; font-weight: 600; margin-right: var(--spacing-small) !important; color: #404040; font-family: 'Source Sans Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: #f2f2f2; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" data-v-6aee10ce=""&gt;GET&lt;/STRONG&gt;&lt;CODE style="box-sizing: border-box; display: inline-block; font-family: var(--font-family--mono); word-break: break-all; padding: 2px 4px; font-size: 12.6px; border-radius: var(--radius-small); background: var(--color-background--accent); color: #404040; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" data-v-6aee10ce=""&gt;https://{domain}/api/v1/users&lt;/CODE&gt;with Qlik Application Automation to fetch all the users my tenant has and at the moment, I have 47 of them active, which is the correct number.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_6.png" style="width: 297px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170796i7970EC6674849934/image-dimensions/297x379?v=v2" width="297" height="379" role="button" title="Screenshot_6.png" alt="Screenshot_6.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If I use the same API in Qlik Analytics, however, the same endpoint shows 20 users&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_5.png" style="width: 338px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170795i1EE3E367347104E6/image-dimensions/338x345?v=v2" width="338" height="345" role="button" title="Screenshot_5.png" alt="Screenshot_5.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does anyone know if this has to do with the roles and permissions that the user have?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 13:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477051#M21127</guid>
      <dc:creator>rolmontero</dc:creator>
      <dc:date>2024-08-20T13:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik User API does not show available users in the tenant</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477063#M21128</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/224852"&gt;@rolmontero&lt;/a&gt;&amp;nbsp;, 20 rows is the default limit when you hit &lt;EM&gt;users&lt;/EM&gt; end point, &lt;A href="https://qlik.dev/apis/rest/users/#get-v1-users" target="_self"&gt;see&lt;/A&gt; here for details. I guess Qlik Automation is using a big number for limit param. Maximum number is 100, so if you have more than 100 rows, you have a next page link in the response, always see our docs for all the info.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 14:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477063#M21128</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2024-08-20T14:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik User API does not show available users in the tenant</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477101#M21129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/224852"&gt;@rolmontero&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You can setup your REST Connection to do pagination. In your case should be something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="marksouzacosta_0-1724177369897.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/170810i56FC7C86328BAA8C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="marksouzacosta_0-1724177369897.png" alt="marksouzacosta_0-1724177369897.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mark Costa&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 18:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477101#M21129</guid>
      <dc:creator>marksouzacosta</dc:creator>
      <dc:date>2024-08-20T18:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik User API does not show available users in the tenant</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477102#M21130</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145804"&gt;@alex_colombo&lt;/a&gt; and &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22035"&gt;@marksouzacosta&lt;/a&gt; for your help. The API shows all the users I have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a nice day&lt;/P&gt;</description>
      <pubDate>Tue, 20 Aug 2024 18:15:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Qlik-User-API-does-not-show-available-users-in-the-tenant/m-p/2477102#M21130</guid>
      <dc:creator>rolmontero</dc:creator>
      <dc:date>2024-08-20T18:15:59Z</dc:date>
    </item>
  </channel>
</rss>

