{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book BroadWorks Subscribers API", "version": "1.0.0" }, "items": [ { "info": { "name": "BroadWorks Subscribers", "type": "folder" }, "items": [ { "info": { "name": "List BroadWorks Subscribers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/broadworks/subscribers", "params": [ { "name": "userId", "value": "95547321@sp.com", "type": "query", "description": "The user ID of the subscriber on BroadWorks." }, { "name": "personId", "value": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mNWIzNjE4Ny1jOGRkLTQ3MjctOGIyZi1mOWM0NDdmMjkwNDY", "type": "query", "description": "The Person ID of the Webex subscriber." }, { "name": "email", "value": "john.anderson@acme.com", "type": "query", "description": "The email address of the subscriber." }, { "name": "provisioningId", "value": "ZjViMzYxODctYzhkZC00NzI3LThiMmYtZjljNDQ3ZjI5MDQ2OjQyODVmNTk0LTViNTEtNDdiZS05Mzk2LTZjMzZlMmFkODNhNQ", "type": "query", "description": "The Provisioning ID associated with this subscriber." }, { "name": "spEnterpriseId", "value": "SP1+Acme", "type": "query", "description": "The Service Provider supplied unique identifier for the subscriber's enterprise." }, { "name": "lastStatusChange", "value": "1579046400245", "type": "query", "description": "Only include subscribers with a provisioning status change after this date and time. Epoch time (in milliseconds) preferred, but ISO 8601 date format also accepted." }, { "name": "status", "value": "pending_email_input", "type": "query", "description": "The provisioning status of the subscriber. This Parameter supports multiple comma separated values. For example : status=error,provisioned,provisioning." }, { "name": "after", "value": "1579046400245", "type": "query", "description": "Only include subscribers created after this date and time. Epoch time (in milliseconds) preferred, but ISO 8601 date format also accepted." }, { "name": "selfActivated", "value": "false", "type": "query", "description": "Indicates if the subscriber was self activated, rather than provisioned via these APIs." }, { "name": "max", "value": "10", "type": "query", "description": "Limit the maximum number of subscribers returned in the search response, up to 100 per page. Refer to the [Pagination](/docs/basics#pagination) section of [Webex REST API Basics](/docs/basics)." } ] }, "docs": "This API lets a Service Provider search for their associated subscribers. There are a number of filter options that can be combined in a single request." }, { "info": { "name": "Provision a BroadWorks Subscriber", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/broadworks/subscribers", "body": { "type": "json", "data": "{}" } }, "docs": "Provision a new BroadWorks subscriber for Webex services.\n\nThis API lets a Service Provider map a BroadWorks subscriber to a new or existing Webex user and assign the required licenses and entitlements for Webex and Meetings." }, { "info": { "name": "Get a BroadWorks Subscriber", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/broadworks/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvNjk3MGU2YmItNzQzOS00ZmZiLWFkMzQtZDNmZjAxNjdkZGFk", "type": "path", "description": "A unique identifier for the subscriber in question." } ] }, "docs": "This API lets a Service Provider retrieve details of a provisioned BroadWorks subscriber on Webex." }, { "info": { "name": "Update a BroadWorks Subscriber", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/broadworks/subscribers/:subscriberId", "params": [ { "name": "subscriberId", "value": "Y2lzY29zcGFyazovL3VzL1NVQlNDUklCRVIvNjk3MGU2YmItNzQzOS00ZmZiLWFkMzQtZDNmZjAxNjdkZGFk", "type": "path", "description": "A unique identifier for the subscriber in question." } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API lets a Service Provider update certain details of a provisioned BroadWorks subscriber\non Webex.\n\n