Webex · Example Payload

Webex Trigger Directory Sync For An Enterprise Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Trigger Directory Sync For An Enterprise Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "Trigger Directory Sync for an Enterprise",
  "method": "POST",
  "path": "/broadworks/enterprises/{id}/broadworksDirectorySync",
  "summary": "Trigger Directory Sync for an Enterprise",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "syncStatus": "SYNC_NOW"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "enableDirSync": true,
        "directorySyncStatus": {
          "syncStatus": "IN_PROGRESS"
        }
      }
    }
  ]
}