Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I’m looking for a way to automatically create NPrinting users based on the list of users that already exists in Qlik (Qlik Sense or QlikView).
My goal is to:
I know that NPrinting provides REST APIs, and I shared this reference with my admins:
https://help.qlik.com/en-US/nprinting/June2018/APIs/NP+API/index.html?page=50
However, we haven’t been able to make it work so far.
The environment runs on Qlik NPrinting February 2024.
My questions are:
Thanks a lot for your help!
Hi @random_user_3869 ,
you can use Nprinting Import Tasks. This way create users automatically.
I hope it works.
I totally agree with @yunus_emre
If data is stored in the app i first build nprinting excel template which creates a file for me having all the users, filters and groups i need.
otherwise if you want to use API i wrote whole bunch of subroutines. There are some handling users management:
https://nprintingadventures.com/2019/04/08/nprinting-api-qlik-rest-subroutines/
cheers
Hi,
You can create a group in Active Directory (e.g., NPUsers) and add all users to this group. If you define a role with the same name in NPrinting (it can be a copy of the Default User role), the role assignment will be done automatically.
BR.