Mar 15 2023
4:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 15 2023
4:54 AM
Dashboard api: get all clients in organization
Hi
I use the api, where i get all devices from my networks. Right now i first get all my networks, and then alle clients within these networks. Is there any other way to do this ex get all clients in the whole organization in one call instead of doing this in two?
Thanks
3 Replies 3
Mar 15 2023
5:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 15 2023
5:07 AM
No. Currently you have to go network per network to retrieve the clients info.
I'm not aware of any other endpoint that would be more efficient.
Mar 15 2023
5:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 15 2023
5:11 AM
If you only want summary of number of clients and total data, you can get it with... https://developer.cisco.com/meraki/api-v1/#!get-organization-clients-overview
But if you want to get individual clients, calling per network is the way.
Mar 15 2023
12:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mar 15 2023
12:54 PM
Note if you use asynchronous IO it will be a lot faster (no stop watch required).

Get notified when there are additional replies to this discussion.