Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
These days I was customizing a new security role for granting the usage of "On Demand" chart from Qlik.
As far I created it I saw that I have to assign this security role to each user, one by one, so I don't have found a way to assign it to any Group or to set it as default so, does exist a way to do what I tried? maybe via API? I think that it's difficult to maintain it if I have to assign it user by user.
Thanks for sharing your wisdom
You have 4 options:
If you maintain users via LDAP the use: https://help.qlik.com/en-US/nprinting/May2023/Content/NPrinting/DeployingQVNprinting/Import-Users-Fi...
If you maintain users via XLSX then use:https://help.qlik.com/en-US/nprinting/May2023/Content/NPrinting/DeployingQVNprinting/Import-Users-Fi...
You can maintain users via API:https://help.qlik.com/en-US/nprinting/May2023/APIs/NP+API/index.html?page=52
or do it manually.
The most common scenario would include sync of users from LDAP which would then allow you to bring a role from LDAP using MembersOf property as documented.
cheers