11-09-2022 07:32 AM
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.
11-09-2022 08:25 AM
I think that it can help you:
https://developer.cisco.com/meraki/api-latest/#!create-network-meraki-auth-user
11-09-2022 08:25 AM
I think that it can help you:
https://developer.cisco.com/meraki/api-latest/#!create-network-meraki-auth-user
11-09-2022 08:34 AM
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.
11-09-2022 08:39 AM
There is an option to update users:
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}
11-09-2022 08:47 AM
Correct, but not looking to update just get a count of all users that have access to client VPN.
11-09-2022 09:28 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide