Webex · Example Payload

Webex Configure A Persons Calling Behavior Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Configure A Persons Calling Behavior 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 a person's Calling Behavior",
  "method": "PUT",
  "path": "/people/{personId}/features/callingBehavior",
  "summary": "Configure a person's Calling Behavior",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "behaviorType": "NATIVE_WEBEX_TEAMS_CALLING",
        "profileId": "Y2lzY29zcGFyazovL3VzL0NBTExJTkdfUFJPRklMRS9iMzdmMmZiYS0yZTdjLTExZWItYTM2OC1kYmU0Yjc2NzFmZTk"
      }
    }
  ],
  "responseExamples": []
}