{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Organizations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Organizations", "type": "folder" }, "items": [ { "info": { "name": "List Organizations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organizations" }, "docs": "List all organizations visible by your account. The results will not be [paginated](/docs/basics#pagination)." }, { "info": { "name": "Get Organization Details", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/organizations/:orgId", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "path", "description": "The unique identifier for the organization." } ] }, "docs": "Shows details for an organization, by ID.\n\nSpecify the org ID in the `orgId` parameter in the URI." }, { "info": { "name": "Delete Organization", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/organizations/:orgId", "params": [ { "name": "orgId", "value": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi85NmFiYzJhYS0zZGNjLTExZTUtYTE1Mi1mZTM0ODE5Y2RjOWE", "type": "path", "description": "The unique identifier for the organization." } ] }, "docs": "Deletes an organization, by ID. It may take up to 10 minutes for the organization to be deleted after the response is returned.\n

\nSpecify the org ID in the `orgId` parameter in the URI.\n\n
Deleting your organization permanently deletes all of the information associated with your organization and is irreversible.
\n\nDeleting an Organization may fail with a HTTP 409 Conflict response and encounter one or more of the errors described below. Resolve " } ] } ], "bundled": true }