Hello Community,
I’m currently working with a customer who has more than 100 networks (offices) in their Meraki organization. The goal is to create or update the same SSID configuration across all networks in bulk.
Right now, I’m using Postman with the Meraki API and I can apply the configuration to one network at a time by specifying the networkId and the SSID number.
The problem:
Postman only applies the request to one network at a time.
I tried adding multiple networkIds in the same request body, but the API only accepts a single networkId.
For a large customer with many networks, this is not efficient.
My questions are:
Is there a supported way to apply SSID configuration to multiple networks at once using the API?
Is Postman Runner with CSV the recommended method, or is there a better approach (Python SDK, automation scripts, etc.)?
Can the configuration of an SSID be exported from one network and imported into others in bulk?
Any advice, examples, or best practices for handling large-scale deployments would be very helpful.
Thanks in advance!