Webex · Example Payload

Webex Admit Participants Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Admit Participants 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": "Admit Participants",
  "method": "POST",
  "path": "/meetingParticipants/admit",
  "summary": "Admit Participants",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "participantId": "560d7b784f5143e3be2fc3064a5c4999_I_204252993233618782_23e16d67-17f3-3ef1-b830-f33d17c0232e"
          },
          {
            "participantId": "560d7b784f5143e3be2fc3064a5c4999_I_204252993233618782_23e16d67-17f3-3ef1-b830-f33d17c0233d"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}