Webex · Example Payload

Webex Configure Receptionist Client Settings For A Person Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Configure Receptionist Client 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 Receptionist Client Settings for a Person",
  "method": "PUT",
  "path": "/people/{personId}/features/reception",
  "summary": "Configure Receptionist Client Settings for a Person",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "receptionEnabled": true,
        "monitoredMembers": [
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS82MWU3MDlkNy1hM2IxLTQ2MDctOTBiOC04NmE5MDgxYWFkNmE",
          "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jMTQzMzhkNS02YTdjLTRiZjYtOTFiMS0zYmM2ZWMzMGJiMTE",
          "Y2lzY29zcGFyazovL3VzL1ZJUlRVQUxfTElORS83MGY2MzYzMC1mZjlmLTExZWItODU5YS0xZjhiYjRjNzc3OGg"
        ]
      }
    }
  ],
  "responseExamples": []
}