Webex · Example Payload

Webex Get A Meeting Invitee Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A Meeting Invitee 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": "Get a Meeting Invitee",
  "method": "GET",
  "path": "/meetingInvitees/{meetingInviteeId}",
  "summary": "Get a Meeting Invitee",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json;charset=UTF-8",
      "example": {
        "id": "870f51ff287b41be84648412901e0402_2628962",
        "email": "john.andersen@example.com",
        "displayName": "John Andersen",
        "coHost": false,
        "panelist": false,
        "meetingId": "870f51ff287b41be84648412901e0402"
      }
    }
  ]
}