Hello I have a program setup that will query all the networks that are returned from the Get Organization Networks API call and all the Config Templates from the Get Config Templates from an organization. From there I am using the IDs to query for the users in each of the networks and config templates using the GET /networks/{network_id}/merakiAuthUsers. After doing this for all the ids for the networks and config templates, I am given a number of users that is much lower than the amount that is shown in the UI dashboard for Meraki. I am wondering if there is a way that I could potentially be missing users with the method I have specified, or if there is a more efficient way to do this such as getting all users within an organization. Any help would be greatly appreciated!
... View more