- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Authorized VPN client counts
Wondering if anyone knows of a python script to pull all users that are authorized for client VPN via an organization? I'm looking to switch from L2TP to Anyconnect and need to get a count of authorized users for licensing.
Solved! Go to solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that it can help you:
https://developer.cisco.com/meraki/api-latest/#!create-network-meraki-auth-user
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think that it can help you:
https://developer.cisco.com/meraki/api-latest/#!create-network-meraki-auth-user
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think this is good for creating. I was looking for a way to pull a list of current users already created from and organization with about 20 networks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There is an option to update users:
Update Network Meraki Auth User
Operation Id:updateNetworkMerakiAuthUser
Description:Update a user configured with Meraki Authentication (currently, 802.1X RADIUS, splash guest, and client VPN users can be updated)
PUT /networks/{networkId}/merakiAuthUsers/{merakiAuthUserId}
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct, but not looking to update just get a count of all users that have access to client VPN.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The Meraki Google Sheets add-on tool might be something of interest for you if you are looking for an easy reporting solution. You can run a single report or run the looper on it and select all networks to run through each of your networks and report it in the spreadsheet. Might be worth checking out.
