<?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 List of spaces a user has access to in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152712#M19622</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm looking for a way to retrieve a list of spaces a user has access without looping to the space assignment API&amp;nbsp; for all spaces from an admin point of view.&lt;/P&gt;
&lt;P&gt;Please share your experience or ideas if you have any.&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 19:24:16 GMT</pubDate>
    <dc:creator>Wenlien</dc:creator>
    <dc:date>2023-12-13T19:24:16Z</dc:date>
    <item>
      <title>List of spaces a user has access to</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152712#M19622</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I'm looking for a way to retrieve a list of spaces a user has access without looping to the space assignment API&amp;nbsp; for all spaces from an admin point of view.&lt;/P&gt;
&lt;P&gt;Please share your experience or ideas if you have any.&lt;/P&gt;
&lt;P&gt;Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 19:24:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152712#M19622</guid>
      <dc:creator>Wenlien</dc:creator>
      <dc:date>2023-12-13T19:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: List of spaces a user has access to</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152732#M19624</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The Operation monitor should give you that information.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/The-Qlik-Sense-Monitoring-Applications-for-Cloud-and-On-Premise/ta-p/1822454" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/The-Qlik-Sense-Monitoring-Applications-for-Cloud-and-On-Premise/ta-p/1822454&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Dec 2023 21:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152732#M19624</guid>
      <dc:creator>Ray_Strother</dc:creator>
      <dc:date>2023-12-13T21:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: List of spaces a user has access to</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152749#M19625</link>
      <description>&lt;P&gt;Thank you for replying. We are trying to retrieve the apps which the user has access to in a space, however,&amp;nbsp; it's not efficient that needs to check the space assignments for all spaces if there are more and more created. We are using API for those operations in the code, and it seems like monitoring application is not something can be used in there.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 22:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2152749#M19625</guid>
      <dc:creator>Wenlien</dc:creator>
      <dc:date>2023-12-13T22:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: List of spaces a user has access to</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2153082#M19633</link>
      <description>&lt;P data-unlink="true"&gt;Hello, you can get the list of spaces using a REST call:&lt;BR /&gt;https://&amp;lt;tenant&amp;gt;.&amp;lt;region&amp;gt;.qlikcloud.com/api/v1/spaces&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For more info, see qlik.dev here -&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/spaces/" target="_blank"&gt;https://qlik.dev/apis/rest/spaces/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 13:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2153082#M19633</guid>
      <dc:creator>rankassovitz</dc:creator>
      <dc:date>2023-12-14T13:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: List of spaces a user has access to</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2153128#M19634</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/1709"&gt;@rankassovitz&lt;/a&gt;&amp;nbsp;Thank you for replying. I can get the spaces from the API as long as I have a way to impersonate the authentication for the user from the admin point of view.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2153128#M19634</guid>
      <dc:creator>Wenlien</dc:creator>
      <dc:date>2023-12-14T15:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: List of spaces a user has access to</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2153136#M19635</link>
      <description>&lt;P&gt;Understood, sorry I missed that part of your question. As far as I know impersonation is till not available, will suggest to post in &lt;A href="https://community.qlik.com/t5/Ideation/ct-p/qlik-product-insight" target="_self"&gt;Ideation&lt;/A&gt; or add to an &lt;A href="https://ideation.qlik.com/app/#/case/280094?currentProductId=9da99bc1-0dfb-4471-8e12-d23685578c43&amp;amp;section=requests" target="_self"&gt;existing request&lt;/A&gt; that seems similar, but for different reason.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 15:59:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/List-of-spaces-a-user-has-access-to/m-p/2153136#M19635</guid>
      <dc:creator>rankassovitz</dc:creator>
      <dc:date>2023-12-14T15:59:13Z</dc:date>
    </item>
  </channel>
</rss>

