<?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: Can I query against the saas users members? in Data Movement &amp; Streaming</title>
    <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545234#M3582</link>
    <description>&lt;P&gt;Anonymous&lt;/P&gt;</description>
    <pubDate>Fri, 20 Mar 2026 20:31:08 GMT</pubDate>
    <dc:creator>WeLoveQlik</dc:creator>
    <dc:date>2026-03-20T20:31:08Z</dc:date>
    <item>
      <title>Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545212#M3576</link>
      <description>&lt;P&gt;I have a need to show a persons name in an email report. I'm wondering if I can merge my sql data with user's sales territory and email with the tenant user list and grab their name?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Currently I would have to add a column in the table that stores the email and territory and include name for recipients name. I would prefer not to maintain the name in multiple places.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 13:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545212#M3576</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-20T13:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545221#M3578</link>
      <description>&lt;P&gt;&lt;A href="https://yourtenant.us.qlikcloud.com/api/v1/users" target="_blank" rel="nofollow noopener noreferrer"&gt;https://yourtenant.us.qlikcloud.com/api/v1/users&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This is the qlik API you want to use.&lt;/P&gt;&lt;P&gt;Create a REST connection using that URL and you should be able to pull all user information for all users with access to the tenant&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 14:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545221#M3578</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-20T14:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545231#M3579</link>
      <description>&lt;P&gt;Now I after figure out how to to get Rest connection to work. I've tried all authentication schemas and the SAML login. Test connection always fails.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 18:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545231#M3579</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-20T18:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545232#M3580</link>
      <description>&lt;P&gt;To create this rest connection.&lt;/P&gt;&lt;P&gt;First, Go to the Admin Screen, on the left hand side Scroll to API Keys, and click Generate New. You might need to grant yourself the permissions to do so under the &lt;STRONG&gt;Manage user &amp;gt; Permissions&lt;/STRONG&gt; section.&lt;/P&gt;&lt;P&gt;Its not a default option, so&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;STRONG&gt;Create New&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Give it a Name&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Click Features and Actions&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Click Developer&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Change Manage API Keys Dropdown to Allowed&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Confirm&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Go back to All Users&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Find yourself, Click the 3 dots on the right, Manage Roles&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Add the newly Created Role&lt;/STRONG&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Then, when creating the rest connection, you just need to enter&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;URL&lt;/STRONG&gt;:&amp;nbsp;&lt;A href="https://yourtenant.us.qlikcloud.com/api/v1/users" target="_blank" rel="nofollow noopener noreferrer"&gt;https://yourtenant.us.qlikcloud.com/api/v1/users&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Then scroll down to &lt;STRONG&gt;Query Headers&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;: Authorization&amp;nbsp;&lt;STRONG&gt;Value&lt;/STRONG&gt;: Bearer TheLongAPIKeyStringYouCreatedAbove&lt;/P&gt;&lt;P&gt;Then Scroll to &lt;STRONG&gt;Pagination Type&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Change Dropdown to &lt;STRONG&gt;Next URL&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"Next URL' path:&lt;/STRONG&gt;&amp;nbsp;links/next/href&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 18:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545232#M3580</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-20T18:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545233#M3581</link>
      <description>&lt;P&gt;So you don't put anything in the Authentication Schema?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 19:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545233#M3581</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-20T19:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545234#M3582</link>
      <description>&lt;P&gt;Anonymous&lt;/P&gt;</description>
      <pubDate>Fri, 20 Mar 2026 20:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545234#M3582</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-20T20:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545252#M3584</link>
      <description>&lt;P&gt;can you screenshot the rest connection screen with the information you are entering?&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 00:24:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545252#M3584</guid>
      <dc:creator>WeLoveQlik</dc:creator>
      <dc:date>2026-03-23T00:24:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I query against the saas users members?</title>
      <link>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545253#M3585</link>
      <description>&lt;P&gt;I got it. Entering in wrong fields.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 00:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Movement-Streaming/Can-I-query-against-the-saas-users-members/m-p/2545253#M3585</guid>
      <dc:creator>dwighttrumbower</dc:creator>
      <dc:date>2026-03-23T00:41:25Z</dc:date>
    </item>
  </channel>
</rss>

