Report of users connected to (and disconnected) from Meraki APs

me_shad
Comes here often

Report of users connected to (and disconnected) from Meraki APs

Is it possible to generate a report of users connected to (and disconnected) the whole network with the AP detail and time ranges. We are trying to get a user count within some areas where Meraki APs are - so if we get this data, we can generate some valuable info about the real-estate usage

2 Replies 2
double_virgule
Getting noticed

There isn't a built-in report for what you're asking that I can see, but you could likely cobble together a report using a few API calls and aggregating the data once every hour or day. 

 

https://developer.cisco.com/meraki/api-v1/get-network-wireless-clients-onboarding-history/

Return counts of distinct wireless clients connecting to a network over time

 
To get more granular, you could set up a script that calls each AP on the network by tag every hour or day, and collate that. 

https://developer.cisco.com/meraki/api-v1/get-network-wireless-client-count-history/
 
Combine it with the wireless devices health check, and I think you'd be close to the picture you want.
 
cmr
Kind of a big deal
Kind of a big deal

If you go to the performance tab of each AP, there is a graph showing number of clients connected as below:

1000013352.jpg

If my answer solves your problem please click Accept as Solution so others can benefit from it.
Get notified when there are additional replies to this discussion.