getOrganizationNetworks
List networks a user has privileges on in a Meraki organization, with optional filters for tags, product types, and config templates.
Instructions
List the networks that the user has privileges on in an organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | An optional parameter to filter networks by tags. The filtering is case-sensitive. If tags are included, 'tagsFilterType' should also be included (see below). | |
| perPage | No | The number of entries per page returned. Acceptable range is 3 - 100000. Default is 1000. | |
| endingBefore | No | A 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. | |
| productTypes | No | An optional parameter to filter networks by product type. Results will have at least one of the included product types. | |
| startingAfter | No | A 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. | |
| organizationId | Yes | Organization ID | |
| tagsFilterType | No | An 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. | |
| configTemplateId | No | An optional parameter that is the ID of a config template. Will return all networks bound to that template. | |
| isBoundToConfigTemplate | No | An optional parameter to filter config template bound networks. If configTemplateId is set, this cannot be false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |