Organization Creation Configuration
Dashboard Location: Global Overview > Add Organization
Meraki Organization Creation and Management
Organization creation in Meraki provides administrators with comprehensive multi-tenant management capabilities, enabling hierarchical network infrastructure organization, centralized policy management, role-based access control, and scalable enterprise network deployment. This functionality supports distributed enterprise architectures, managed service provider (MSP) operations, multi-site network management, centralized security policies, and administrative delegation across geographically dispersed locations. Organization management is essential for enterprise scalability, operational efficiency, compliance governance, cost allocation, and maintaining consistent network policies while supporting independent administrative domains and customizable network hierarchies.
Diagram
Classes
organizations (meraki.domains)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | min: 1 , max: 127 | No | |
managed | Boolean | true , false | No | true |
Examples
Example-1: The example below demonstrates basic organization creation for enterprise network management and centralized administration.
meraki: domains: - name: "!env domain" administrator: name: "!env org_admin" organizations: - name: "!env org_name"
Configuration Parameters
Parameter | Type | Required | Description |
---|---|---|---|
organizations | array | Yes | List of organizations to create |
organizations[].name | string | Yes | Organization name (unique identifier) |