Hello, We would like to know how many clients are connected to a network. There's an API call we can make to get this information, but the request is made by AP serial (GET /devices/[serial]/clients) The problem is, we have an Organization that has 100+ networks and each network has dozens of AP's, so we would have to make more then 600 requests to get the number of clients of a single organization. That is very time consuming as meraki API has a limitation of 5 requests per second. Isn't there a better way to get the number of clients connected to a network ? Maybe a call like (GET /[networkId]/clients) I've done some research and the best alternative is to use the scanning API, but this endpoints retrieves all the equipments the beacon can "see". I'm only interested in the connected/authenticated ones. If it doesn't exists, is there a possibility of providing it as a new feature ? Thanks
... View more