Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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}
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.
@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