Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
ghaliabed
Partner - Creator
Partner - Creator

Qlik Sense License Management through API

Hello

We are working on a project to possibly manage the assignment/removal of license using API calls and event triggered events.

The goal is to address the below cases:

  • Continued monitoring and deallocation of licenses for Users that have never used it
  • Bulk allocation/removal of licenses to users (ex: list defined in an excel sheet)
  • The assignment of a full license for users leveraging group tokens but are consuming too many shared tokens

Where can we find documentation or the correct APIs to build such features against our Qlik Sense server.

We have qliksense server running on version: Qlik Sense June 2018 12.26.1

Currently we are checking the following API calls but nothing substantial has been found yet, based on documentation found here.

  • GET     /qrs/license/loginaccessusage/{id}?privileges={appendprivileges}
  • GET   /qrs/selection/{id}/license/loginaccessusage/full?filter={filter}&orderby={orderby}&privileges={appendprivileges}

Any help on this is very appreciated

10 Replies
Jaeger
Contributor II
Contributor II

GET /qrs/license/analyzeraccesstype/full

works but I get 403 (Forbidden) if I try to 

DELETE /qrs/license/analyzeraccesstype/{id}

 I am admin and I can deallocate and delete users from qmc.
So what to do?