Webex · Example Payload

Webex Configure Push To Talk Settings For A Person Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Configure Push To Talk Settings For A Person 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": "Configure Push-to-Talk Settings for a Person",
  "method": "PUT",
  "path": "/people/{personId}/features/pushToTalk",
  "summary": "Configure Push-to-Talk Settings for a Person",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "allowAutoAnswer": true,
        "connectionType": "ONE_WAY",
        "accessType": "ALLOW_MEMBERS",
        "members": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE",
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jMTQzMzhkNS02YTdjLTRiZjYtOTFiMS0zYmM2ZWMzMGJiMTE"
        ]
      }
    }
  ],
  "responseExamples": []
}