Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a need to show a persons name in an email report. I'm wondering if I can merge my sql data with user's sales territory and email with the tenant user list and grab their name?
Currently I would have to add a column in the table that stores the email and territory and include name for recipients name. I would prefer not to maintain the name in multiple places.
Thanks
To create this rest connection.
First, Go to the Admin Screen, on the left hand side Scroll to API Keys, and click Generate New. You might need to grant yourself the permissions to do so under the Manage user > Permissions section.
Its not a default option, so
Then, when creating the rest connection, you just need to enter
URL: https://yourtenant.us.qlikcloud.com/api/v1/users
Then scroll down to Query Headers
Name: Authorization Value: Bearer TheLongAPIKeyStringYouCreatedAbove
Then Scroll to Pagination Type
Change Dropdown to Next URL
"Next URL' path: links/next/href
https://yourtenant.us.qlikcloud.com/api/v1/users
This is the qlik API you want to use.
Create a REST connection using that URL and you should be able to pull all user information for all users with access to the tenant
Now I after figure out how to to get Rest connection to work. I've tried all authentication schemas and the SAML login. Test connection always fails.
To create this rest connection.
First, Go to the Admin Screen, on the left hand side Scroll to API Keys, and click Generate New. You might need to grant yourself the permissions to do so under the Manage user > Permissions section.
Its not a default option, so
Then, when creating the rest connection, you just need to enter
URL: https://yourtenant.us.qlikcloud.com/api/v1/users
Then scroll down to Query Headers
Name: Authorization Value: Bearer TheLongAPIKeyStringYouCreatedAbove
Then Scroll to Pagination Type
Change Dropdown to Next URL
"Next URL' path: links/next/href
So you don't put anything in the Authentication Schema?
Anonymous
can you screenshot the rest connection screen with the information you are entering?
I got it. Entering in wrong fields.