Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I am using this endpoint GEThttps://{domain}/api/v1/users
with 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.
If I use the same API in Qlik Analytics, however, the same endpoint shows 20 users
Does anyone know if this has to do with the roles and permissions that the user have?
Thanks a lot!
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.
Hi @rolmontero,
You can setup your REST Connection to do pagination. In your case should be something like this:
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
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.
Hi @rolmontero,
You can setup your REST Connection to do pagination. In your case should be something like this:
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Hi there,
Thanks, @alex_colombo and @marksouzacosta for your help. The API shows all the users I have.
Have a nice day