{ "opencollection": "1.0.0", "info": { "name": "Qlik Sense Enterprise Qlik Sense Service About Access Type API", "version": "2025.11.0" }, "request": { "auth": { "type": "apikey", "key": "X-Qlik-Xrfkey", "value": "{{X-Qlik-Xrfkey}}", "placement": "header" } }, "items": [ { "info": { "name": "Access Type", "type": "folder" }, "items": [ { "info": { "name": "Qlik Sense Enterprise Get access type information", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/accesstypeinfo", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." } ] }, "docs": "Retrieves information about available access types and their current allocation status, including the total number of tokens or user allocations available and in use." }, { "info": { "name": "Qlik Sense Enterprise Get access type overview", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/accesstypeoverview", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." } ] }, "docs": "Retrieves an overview of all access types showing total, allocated, available, quarantined, and excess counts for each type." }, { "info": { "name": "Qlik Sense Enterprise List professional access allocations", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/professionalaccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression" } ] }, "docs": "Retrieves a list of all professional access type allocations, showing which users have been assigned professional access licenses." }, { "info": { "name": "Qlik Sense Enterprise Allocate professional access", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/license/professionalaccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allocates a professional access license to a specified user." }, { "info": { "name": "Qlik Sense Enterprise Get professional access allocation by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/professionalaccesstype/:id", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Retrieves a single professional access type allocation by its ID." }, { "info": { "name": "Qlik Sense Enterprise Deallocate professional access", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}/api/about/v1/license/professionalaccesstype/:id", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Removes a professional access license allocation from a user. The user enters a quarantine period before the license becomes available for reassignment." }, { "info": { "name": "Qlik Sense Enterprise List analyzer access allocations", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/analyzeraccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression" } ] }, "docs": "Retrieves a list of all analyzer access type allocations, showing which users have been assigned analyzer access licenses." }, { "info": { "name": "Qlik Sense Enterprise Allocate analyzer access", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/license/analyzeraccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allocates an analyzer access license to a specified user." }, { "info": { "name": "Qlik Sense Enterprise Get analyzer access allocation by ID", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/analyzeraccesstype/:id", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Retrieves a single analyzer access type allocation by its ID." }, { "info": { "name": "Qlik Sense Enterprise Deallocate analyzer access", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}/api/about/v1/license/analyzeraccesstype/:id", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Removes an analyzer access license allocation from a user." }, { "info": { "name": "Qlik Sense Enterprise List login access allocations", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/loginaccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression" } ] }, "docs": "Retrieves a list of all login (token-based) access type allocations." }, { "info": { "name": "Qlik Sense Enterprise List user access allocations", "type": "http" }, "http": { "method": "GET", "url": "https://{server}/api/about/v1/license/useraccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "filter", "value": "", "type": "query", "description": "Filter expression" } ] }, "docs": "Retrieves a list of all named user access type allocations." }, { "info": { "name": "Qlik Sense Enterprise Allocate user access", "type": "http" }, "http": { "method": "POST", "url": "https://{server}/api/about/v1/license/useraccesstype", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allocates a named user access license to a specified user." }, { "info": { "name": "Qlik Sense Enterprise Deallocate user access", "type": "http" }, "http": { "method": "DELETE", "url": "https://{server}/api/about/v1/license/useraccesstype/:id", "params": [ { "name": "Xrfkey", "value": "", "type": "query", "description": "Cross-site request forgery prevention key matching the X-Qlik-Xrfkey header." }, { "name": "id", "value": "", "type": "path", "description": "Unique identifier (GUID) of the entity" } ] }, "docs": "Removes a named user access license allocation from a user." } ] } ], "bundled": true }