{ "opencollection": "1.0.0", "info": { "name": "Mist Admins Orgs API", "version": "2604.1.1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Orgs", "type": "folder" }, "items": [ { "info": { "name": "createOrg", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs", "body": { "type": "json", "data": "{}" } }, "docs": "Org admin can invite people to manage the org. Furthermore, he can dictate the level of security those accounts are. The check is enforced when the invited admin tries to \"accept\" the invitation and every time the admin tries to login" }, { "info": { "name": "getOrg", "type": "http" }, "http": { "method": "GET", "url": "https://api.mist.com/api/v1/orgs/:org_id", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Get Organization information" }, { "info": { "name": "updateOrg", "type": "http" }, "http": { "method": "PUT", "url": "https://api.mist.com/api/v1/orgs/:org_id", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Org" }, { "info": { "name": "deleteOrg", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.mist.com/api/v1/orgs/:org_id", "params": [ { "name": "org_id", "value": "", "type": "path" } ] }, "docs": "Delete Org" }, { "info": { "name": "cloneOrg", "type": "http" }, "http": { "method": "POST", "url": "https://api.mist.com/api/v1/orgs/:org_id/clone", "params": [ { "name": "org_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an Org by cloning from another one. Org Settings, Templates, Wxlan Tags, Wxlan Tunnels, Wxlan Rules, Org Wlans will be copied. Sites and Site Groups will not be copied, and therefore, the copied template will not be applied to any site/sitegroups." } ] } ], "bundled": true }