Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I see that this help article:
allows me to get a user and delete a user? How do I create a user?
Anyone? Thank you.
You create users through the Qlik Sense repository API.
However, when you make a request using the Qlik Proxy Service API, supplying the userdirectory and userid in the body of the json object you create for the API request, the user entry will be created upon successful authentication in the system
jg
Hello Jeff,
Hmmmm... I see : http://help.qlik.com/sense/2.1/en-us/developer/Subsystems/RepositoryServiceAPI/Content/RepositorySer...
Q) Is this the Qlik Sense Repository API example that you wrote about?
----------------------
And yes, I see the QPS, the user entry will be created upon successful authentication in the system.
Q) Why would I choose 1 over the other? Advantages? Disadvantages of them both?
Thanks in advance!
Michael
Michael, I think it comes down to deployment strategy. If you "know" where users are coming from and you want to add them and their attributes in advance then the QRS method is probably the way to go.
If you are going to be accepting a lot of users coming from lots of different places and you don't have the capability to manage adding those users in advance then just letting it flow through the login process is easiest.
jg