Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
cancel
Showing results for 
Search instead for 
Did you mean: 
rolmontero
Partner - Creator
Partner - Creator

Qlik User API does not show available users in the tenant

Hi everyone,

I am using this endpoint GEThttps://{domain}/api/v1/userswith Qlik Application Automation to fetch all the users my tenant has and at the moment, I have 47 of them active, which is the correct number.

Screenshot_6.png

If I use the same API in Qlik Analytics, however, the same endpoint shows 20 users

Screenshot_5.png

 

Does anyone know if this has to do with the roles and permissions that the user have?

 

Thanks a lot!

Labels (2)
2 Solutions

Accepted Solutions
alex_colombo
Employee
Employee

Hey @rolmontero , 20 rows is the default limit when you hit users end point, see here for details. I guess Qlik Automation is using a big number for limit param. Maximum number is 100, so if you have more than 100 rows, you have a next page link in the response, always see our docs for all the info.

View solution in original post

marksouzacosta

Hi @rolmontero,

You can setup your REST Connection to do pagination. In your case should be something like this:

marksouzacosta_0-1724177369897.png

 

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

View solution in original post

3 Replies
alex_colombo
Employee
Employee

Hey @rolmontero , 20 rows is the default limit when you hit users end point, see here for details. I guess Qlik Automation is using a big number for limit param. Maximum number is 100, so if you have more than 100 rows, you have a next page link in the response, always see our docs for all the info.

marksouzacosta

Hi @rolmontero,

You can setup your REST Connection to do pagination. In your case should be something like this:

marksouzacosta_0-1724177369897.png

 

Regards,

Mark Costa

Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com

rolmontero
Partner - Creator
Partner - Creator
Author

Hi there,

 

Thanks, @alex_colombo and @marksouzacosta for your help. The API shows all the users I have.

 

Have a nice day