Forum Discussion
Hello Praharsha,
Last time I looked the answer was no or maybe it was too complicated to parse out the data. You have to do a FOR loop for each User for each App and it uses a lot of Integration Reads unless you use Pipelines.
We use the connect tables in the admin console and then put that table into an App where you can access/share the information. Check out the link below.
https://helpv2.quickbase.com/hc/en-us/articles/4570424924052-Connecting-to-Quickbase-Admin-Console
------------------------------
Jim Harrison
transparency = knowledge + understanding : The Scrum Dudes
------------------------------
- ChayceDuncan2 years agoQrew Captain
Jim's point is dead on with the suggestion to use the admin console as it will provide the access point of each user and their last visited date. If for some reason you're not able to though - you'll need to leverage the QB API, specifically API_UserRoles and parse out the response. Pipelines can do that pretty easily, there are just some quirks that pop up in the processing if you have users assigned to multiple roles in the same app and how QB returns that JSON data back to you.
------------------------------
Chayce Duncan
------------------------------- PraharshaK2 years agoQrew Member
Hi Chayce,
Thank you for your response. The API_UserRoles API was all I needed!
------------------------------
Praharsha K
------------------------------
- PraharshaK2 years agoQrew Member
Hi Jim,
Thank you for your response.
------------------------------
Praharsha K
------------------------------