Products
Platform
General
Public groups
Dear Community,
does anyone know a quick way to derive a org id by a given network_id..? do I have to traverse the whole org to find the network?
Thx in advance,
Matthias
Solved! Go to solution.
HTTP REQUEST
GET /networks/[id]
https://documenter.getpostman.com/view/897512/meraki-dashboard-api/2To9xm?version=latest#a876092f-df...
That returns the organization id.
Successful HTTP Status: 200 { "id":"N_1234", "organizationId":"1234", "type": "combined", "configTemplateId":"L_64682949123123123" "name":"My network", "timeZone": "US/Pacific", "tags": null
View solution in original post