Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
johnyu2022
Contributor
Contributor

How to update User License status through API?

Hello,

I am stuck with a problem, Hope someone can help in sorting this.

I can allocate and delete user licenses for users through the API, but since Qlik Sense only "soft deletes" when deleting licenses, when the user license Status is Quarantined, which API should I use to update the status back to Allocated?
I tried to use the following api without success.

put /qrs/license/{licenseType}/{licenseId}
Body: {'quarantined': False}

 

Labels (1)
  • API

2 Replies
Marc
Employee
Employee

If you use the process to allocate a license, of the same type, that is quarantined to the user this will remove the quarantined status. 

 

 

 

 

DennisdeWaal
Partner - Contributor
Partner - Contributor

@johnyu2022 Hi,

How where you able to delete user licenses for users through the API? Can you send an example script?
thanks in advance!

Kind regards,
Dennis