List The Networks That The User Has Privileges On In An Organization

GET {{baseUrl}}/organizations/:organizationId/networks

List the networks that the user has privileges on in an organization

Request Params

KeyDatatypeRequiredDescription
configTemplateIdstringAn optional parameter that is the ID of a config template. Will return all networks bound to that template.
tagsstringAn optional parameter to filter networks by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below).
tagsFilterTypestringAn optional parameter of value 'withAnyTags' or 'withAllTags' to indicate whether to return networks which contain ANY or ALL of the included tags. If no type is included, 'withAnyTags' will be selected.
perPagestringThe number of entries per page returned. Acceptable range is 3 - 100000. Default is 1000.
startingAfterstringA token used by the server to indicate the start of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.
endingBeforestringA token used by the server to indicate the end of the page. Often this is a timestamp or an ID but it is not limited to those. This parameter should not be defined by client applications. The link for the first, last, prev, or next page in the HTTP Link header should define it.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

RESPONSES

status: OK

[{"id":"L_123456","organizationId":"2930418","name":"Long Island Office","timeZone":"America/Los_Angeles","tags":["tag1","tag2"],"productTypes":["appliance","switch","wireless"],"enrollmentString":"long-island-office","notes":"Combined network for Long Island Office"}]