{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book BroadWorks Enterprises API", "version": "1.0.0" }, "items": [ { "info": { "name": "BroadWorks Enterprises", "type": "folder" }, "items": [ { "info": { "name": "List BroadWorks Enterprises", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/broadworks/enterprises", "params": [ { "name": "spEnterpriseId", "value": "Reseller1+acme", "type": "query", "description": "The Service Provider supplied unique identifier for the subscriber's enterprise." }, { "name": "startsWith", "value": "Res", "type": "query", "description": "The starting string of the enterprise identifiers to match against." }, { "name": "max", "value": "10", "type": "query", "description": "Limit the number of enterprises returned in the search, up to 1000." } ] }, "docs": "List the provisioned enterprises for a Service Provider. This API also lets a Service Provider search for their provisioned enterprises on Webex. A search on enterprises can be performed by either a full or partial enterprise identifier." }, { "info": { "name": "Get Directory Sync Status for an Enterprise", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/broadworks/enterprises/:id/broadworksDirectorySync", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvNjk3MGU2YmItNzQzOS00ZmZiLWFkMzQtZDNmZjAxNjdkZGFk", "type": "path", "description": "A unique identifier for the enterprise in question." } ] }, "docs": "This API lets a Partner Admin get the most recent directory sync status for a customer's Broadworks enterprise on Webex." }, { "info": { "name": "Trigger Directory Sync for an Enterprise", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/broadworks/enterprises/:id/broadworksDirectorySync", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvNjk3MGU2YmItNzQzOS00ZmZiLWFkMzQtZDNmZjAxNjdkZGFk", "type": "path", "description": "A unique identifier for the enterprise in question." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API lets a Partner Admin trigger a directory sync for the customer's Broadworks enterprise on Webex." }, { "info": { "name": "Update Directory Sync for a BroadWorks Enterprise", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/broadworks/enterprises/:id/broadworksDirectorySync", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvNjk3MGU2YmItNzQzOS00ZmZiLWFkMzQtZDNmZjAxNjdkZGFk", "type": "path", "description": "A unique identifier for the enterprise in question." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API lets a Partner Admin enable or disable directory sync for the customer's Broadworks enterprise on Webex." }, { "info": { "name": "Trigger Directory Sync for a User", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/broadworks/enterprises/:id/broadworksDirectorySync/externalUser", "params": [ { "name": "id", "value": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvNjk3MGU2YmItNzQzOS00ZmZiLWFkMzQtZDNmZjAxNjdkZGFk", "type": "path", "description": "A unique identifier for the enterprise in question." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API lets a Partner Admin trigger a directory sync for an external user (real or virtual user) on Broadworks enterprise with Webex." } ] } ], "bundled": true }