Webex · Example Payload

Webex Update A Participant Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Update A Participant 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": "Update a Participant",
  "method": "PUT",
  "path": "/meetingParticipants/{participantId}",
  "summary": "Update a Participant",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "muted": false
      }
    }
  ],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "560d7b784f5143e3be2fc3064a5c4999_3c2e2338-e950-43bf-b588-573773ee43d1",
        "orgId": "1eb65fdf-9643-417f-9974-ad72cae0e10f",
        "host": true,
        "coHost": false,
        "spaceModerator": false,
        "email": "joeDoe@cisco.com",
        "displayName": "Joe Doe",
        "invitee": false,
        "video": "on",
        "muted": false,
        "state": "lobby",
        "siteUrl": "example.webex.com",
        "meetingId": "3a688f62840346e8b87dde2b50703511_I_197977258267247872",
        "hostEmail": "janeDoe@cisco.com",
        "devices": [
          {
            "correlationId": "8ccced6c-b812-4dff-a5dd-4c5c28f8d47d",
            "deviceType": "mac",
            "audioType": "pstn",
            "joinedTime": "2019-04-23T17:31:00.000Z",
            "leftTime": "2019-04-23T17:32:00.000Z"
          }
        ]
      }
    }
  ]
}