Webex · Example Payload

Webex Create A Guest Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Create A Guest 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": "Create a Guest",
  "method": "POST",
  "path": "/guests/token",
  "summary": "Create a Guest",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8zNzlhNWQ4ZC1hNTE4LTQ3NmQtYmY1NC1mZmE5MWQ3OWM4MTI",
        "subject": "PersonNo#1",
        "displayName": "Person of Interest",
        "email": "1ad14c30-59a6-31a7-b345-963e3d167e10@appid.ciscospark.com",
        "accessToken": "eyJhbGciOiJSUzI1NiJ9.eyJkw1zx5iIDv7FL3cWQ_JEjehqtPVRmFf572q7RZwSIZgQRziAw",
        "expiresIn": 64799
      }
    }
  ]
}