Webex · Example Payload

Webex Modefyhotelingsettingsforpersonsprimarydevices Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Modefyhotelingsettingsforpersonsprimarydevices 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": "modefyHotelingSettingsForPersonsPrimaryDevices",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/devices/settings/hoteling",
  "summary": "Modify Hoteling Settings for a Person's Primary Devices",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "hoteling": {
          "enabled": true,
          "limitGuestUse": true,
          "guestHoursLimit": 5
        }
      }
    }
  ],
  "responseExamples": []
}