Webex · Example Payload

Webex Assignlistoffeaturestoausermodemanagement Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Assignlistoffeaturestoausermodemanagement 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": "assignListOfFeaturesToAUserModeManagement",
  "method": "PUT",
  "path": "/telephony/config/people/{personId}/modeManagement/features",
  "summary": "Assign a List of Features to a User for Mode Management",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "featureIds": [
          "Y2lzY29zcGFyazovL3VzL0FVVE9fQVRURU5EQU5ULzA1NTJmNjdiLTU5YTktNDFiYi04NzM2LTFiMDQxZDFkZGQ1ZQ",
          "Y2lzY29zcGFyazovL3VzL0NBTExfUVVFVUUvNWMwZmYzZjctZjY2YS00NGQwLTlhODktZGY5N2U5MThkNjcw",
          "Y2lzY29zcGFyazovL3VzL0hVTlRfR1JPVVAvOTExNmRmZDMtZGQ4ZS00YTk5LTg1MmYtMjFiYmMxOGNkNzcy"
        ]
      }
    }
  ],
  "responseExamples": []
}