Webex · Example Payload

Webex Updateagentcallqueuesettings Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Updateagentcallqueuesettings 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": "updateAgentCallQueueSettings",
  "method": "PUT",
  "path": "/telephony/config/queues/agents/{id}/settings",
  "summary": "Update an Agent's Settings of One or More Call Queues with Customer Assist",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "settings": [
          {
            "queueId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85NTA4OTc4ZC05YmFkLTRmYWEtYTljNC0wOWQ4NWQ4ZmRjZTY",
            "joinEnabled": true
          },
          {
            "queueId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9iYzIyMTRlNi0zYzdlLTRkZDAtOTc3Yy0zNzRlOWE2ZDk4MWM",
            "joinEnabled": false
          }
        ]
      }
    }
  ],
  "responseExamples": []
}