Webex · Example Payload

Webex Trigger Directory Sync For A User Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Trigger Directory Sync For A User 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 a User",
  "method": "POST",
  "path": "/broadworks/enterprises/{id}/broadworksDirectorySync/externalUser",
  "summary": "Trigger Directory Sync for a User",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "userId": "john_anderson@acme.com"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "userResponse": {
          "userId": "john.anderson@acme.com",
          "firstName": "John",
          "lastName": "Anderson",
          "extension": "4653",
          "number": "+35391884653",
          "mobile": "+188-(2323)-(343)"
        },
        "status": "ADD"
      }
    }
  ]
}