Webex · Example Payload

Webex Search Available Members Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Search Available Members 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": "Search Available Members",
  "method": "GET",
  "path": "/telephony/config/devices/availableMembers",
  "summary": "Search Available Members",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "members": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
            "firstName": "John",
            "lastName": "Smith",
            "phoneNumber": "+12055552221",
            "extension": "1234",
            "lineType": "PRIMARY",
            "memberType": "PEOPLE",
            "location": {
              "id": "Y2lzY29zcGFyazovL3VzL0RFQ1RfREVWX05FVC81NmRiMjRkMy03YTdhLTQwYTItOWFjOS1iMjMzMjc3OTIxTrd",
              "name": "MainOffice"
            }
          }
        ]
      }
    }
  ]
}