<?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>article Assigning Qlik Cloud licenses using the REST connector in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Assigning-Qlik-Cloud-licenses-using-the-REST-connector/ta-p/1992749</link>
    <description>&lt;P&gt;The purpose of this article is to show how to assign Qlik cloud licenses using the REST Connector.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;User with &lt;A title="Tenant admin role" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/SaaS-roles.htm" target="_blank" rel="noopener"&gt;Tenant admin role&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A title="Api key" href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Generate-API-Keys-in-Qlik-Sense-SaaS-using-APIs/ta-p/1798718" target="_blank" rel="noopener"&gt;Tenant API key&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step by Step:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Create a rest connection either using the data load editor or the data manager within an app, alternatively it can also be created from the hub by "+ add new"&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":right_arrow:"&gt;➡️&lt;/span&gt;&amp;nbsp;"Data connection"&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Francisco_Fernandez_1-1665750096195.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91328i713956E3D61A82F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Francisco_Fernandez_1-1665750096195.png" alt="Francisco_Fernandez_1-1665750096195.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Introduce the connection details.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;URL:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="https://your-tenant.us.qlikcloud.com/api/v1/licenses/assignments/actions/add" target="_blank"&gt;https://your-tenant.us.qlikcloud.com/api/v1/licenses/assignments/actions/add&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Method:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Post&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Request body:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{"add":[{"type":"","subject":""}]}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Query headers:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Authorization&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Bearer API KEY&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;See fig 2.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Fig 2" style="width: 657px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91329iFE39FF28433D47FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="rest connection.png" alt="Fig 2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Fig 2&lt;/span&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Create an app and add the following script:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;//&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;//How to ADD Licenses using the rest connector&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;//&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;// Subject IDP, Can be retrieved via API&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/users/#%23%2Fentries%2Fv1%2Fusers-get" target="_blank"&gt;https://qlik.dev/apis/rest/users/#%23%2Fentries%2Fv1%2Fusers-get&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LET vsubject = 'auth0|82c666044a1f359ff49dcc9ac8200'; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;let vRequestBody ='{';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'"add":[{';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;//type of license assigned it can be "professional" or "analyzer"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'"type":"professional",';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'"subject":"$(vsubject)"';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'}]';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'}';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;let vRequestBody = replace(vRequestBody,'"', chr(34)&amp;amp;chr(34));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;//Endpoint used can be found here :&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/licenses/#%23%2Fentries%2Fv1%2Flicenses%2Fassignments%2Factions%2Fadd-post" target="_blank"&gt;https://qlik.dev/apis/rest/licenses/#%23%2Fentries%2Fv1%2Flicenses%2Fassignments%2Factions%2Fadd-post&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LIB CONNECT TO 'licensesassignmentsactionsadd';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;RestConnectorMasterTable:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SQL SELECT &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"url",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"__KEY_root",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(SELECT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"add",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(SELECT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"type",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"subject"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM "add" )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM "data"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM JSON (wrap on) "root" PK "__KEY_root"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WITH CONNECTION(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BODY "$(vRequestBody)"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Notes:&amp;nbsp; The license assignment is based on the subject IDP. That information can be retrieved manually using the management console or using the API for users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A title="How to Generate API Keys in Qlik Sense SaaS using APIs  " href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Generate-API-Keys-in-Qlik-Sense-SaaS-using-APIs/ta-p/1798718" target="_blank" rel="noopener"&gt;How to Generate API Keys in Qlik Sense SaaS using APIs &lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A title="Assigning user roles" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/SaaS-roles.htm" target="_blank" rel="noopener"&gt;Assigning user roles&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A title="Assigns license access to the given users" href="https://qlik.dev/apis/rest/licenses#%23%2Fentries%2Fv1%2Flicenses%2Fassignments%2Factions%2Fadd-post" target="_blank" rel="noopener"&gt;Assigns license access to the given users API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2022 14:47:04 GMT</pubDate>
    <dc:creator>Francisco_Fernandez</dc:creator>
    <dc:date>2022-10-14T14:47:04Z</dc:date>
    <item>
      <title>Assigning Qlik Cloud licenses using the REST connector</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Assigning-Qlik-Cloud-licenses-using-the-REST-connector/ta-p/1992749</link>
      <description>&lt;P&gt;The purpose of this article is to show how to assign Qlik cloud licenses using the REST Connector.&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Prerequisites:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;User with &lt;A title="Tenant admin role" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/SaaS-roles.htm" target="_blank" rel="noopener"&gt;Tenant admin role&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A title="Api key" href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Generate-API-Keys-in-Qlik-Sense-SaaS-using-APIs/ta-p/1798718" target="_blank" rel="noopener"&gt;Tenant API key&lt;/A&gt;&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Step by Step:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;OL&gt;
&lt;LI&gt;Create a rest connection either using the data load editor or the data manager within an app, alternatively it can also be created from the hub by "+ add new"&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":right_arrow:"&gt;➡️&lt;/span&gt;&amp;nbsp;"Data connection"&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Francisco_Fernandez_1-1665750096195.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91328i713956E3D61A82F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Francisco_Fernandez_1-1665750096195.png" alt="Francisco_Fernandez_1-1665750096195.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/LI&gt;
&lt;LI&gt;Introduce the connection details.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;URL:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;&lt;A href="https://your-tenant.us.qlikcloud.com/api/v1/licenses/assignments/actions/add" target="_blank"&gt;https://your-tenant.us.qlikcloud.com/api/v1/licenses/assignments/actions/add&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Method:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Post&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Request body:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;{"add":[{"type":"","subject":""}]}&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Query headers:&lt;/STRONG&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Authorization&amp;nbsp;&lt;BR /&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;FONT face="courier new,courier"&gt;Bearer API KEY&lt;/FONT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;See fig 2.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Fig 2" style="width: 657px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/91329iFE39FF28433D47FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="rest connection.png" alt="Fig 2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Fig 2&lt;/span&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Create an app and add the following script:&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;//&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;//How to ADD Licenses using the rest connector&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;//&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;// Subject IDP, Can be retrieved via API&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/users/#%23%2Fentries%2Fv1%2Fusers-get" target="_blank"&gt;https://qlik.dev/apis/rest/users/#%23%2Fentries%2Fv1%2Fusers-get&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LET vsubject = 'auth0|82c666044a1f359ff49dcc9ac8200'; &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;let vRequestBody ='{';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'"add":[{';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;//type of license assigned it can be "professional" or "analyzer"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'"type":"professional",';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'"subject":"$(vsubject)"';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'}]';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Let vRequestBody = vRequestBody&amp;amp;'}';&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;let vRequestBody = replace(vRequestBody,'"', chr(34)&amp;amp;chr(34));&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;//Endpoint used can be found here :&amp;nbsp;&lt;A href="https://qlik.dev/apis/rest/licenses/#%23%2Fentries%2Fv1%2Flicenses%2Fassignments%2Factions%2Fadd-post" target="_blank"&gt;https://qlik.dev/apis/rest/licenses/#%23%2Fentries%2Fv1%2Flicenses%2Fassignments%2Factions%2Fadd-post&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;LIB CONNECT TO 'licensesassignmentsactionsadd';&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;RestConnectorMasterTable:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;SQL SELECT &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"url",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"__KEY_root",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(SELECT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"add",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;(SELECT&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"type",&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;"subject"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM "add" )&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM "data"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;FROM JSON (wrap on) "root" PK "__KEY_root"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;WITH CONNECTION(&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;BODY "$(vRequestBody)"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Notes:&amp;nbsp; The license assignment is based on the subject IDP. That information can be retrieved manually using the management console or using the API for users.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;LI-PRODUCT title="Qlik Cloud" id="qlikSenseEnterpriseSaaS"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&amp;nbsp;&lt;/H3&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Related Content&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;A title="How to Generate API Keys in Qlik Sense SaaS using APIs  " href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Generate-API-Keys-in-Qlik-Sense-SaaS-using-APIs/ta-p/1798718" target="_blank" rel="noopener"&gt;How to Generate API Keys in Qlik Sense SaaS using APIs &lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A title="Assigning user roles" href="https://help.qlik.com/en-US/cloud-services/Subsystems/Hub/Content/Sense_Hub/Admin/SaaS-roles.htm" target="_blank" rel="noopener"&gt;Assigning user roles&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;A title="Assigns license access to the given users" href="https://qlik.dev/apis/rest/licenses#%23%2Fentries%2Fv1%2Flicenses%2Fassignments%2Factions%2Fadd-post" target="_blank" rel="noopener"&gt;Assigns license access to the given users API&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2022 14:47:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Assigning-Qlik-Cloud-licenses-using-the-REST-connector/ta-p/1992749</guid>
      <dc:creator>Francisco_Fernandez</dc:creator>
      <dc:date>2022-10-14T14:47:04Z</dc:date>
    </item>
  </channel>
</rss>

