Webex · Example Payload

Webex Searchmembers Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Searchmembers 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": "searchMembers",
  "method": "GET",
  "path": "/telephony/config/devices/{deviceId}/availableMembers",
  "summary": "Search Members",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "members": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
            "firstName": "John",
            "lastName": "Smith",
            "phoneNumber": "+12055552221",
            "t38FaxCompressionEnabled": false,
            "lineType": "SHARED_CALL_APPEARANCE",
            "allowCallDeclineEnabled": true,
            "memberType": "PEOPLE",
            "location": {
              "name": "MainOffice",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzJiNDkyZmZkLTRjNGItNGVmNS04YzAzLWE1MDYyYzM4NDA5Mw"
            }
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9jODhiZGIwNC1jZjU5LTRjMjMtODQ4OC00NTNhOTE3ZDFlMjk",
            "firstName": "Bob",
            "lastName": "Smith-ws",
            "phoneNumber": "+12055552221",
            "t38FaxCompressionEnabled": false,
            "lineType": "SHARED_CALL_APPEARANCE",
            "allowCallDeclineEnabled": true,
            "memberType": "PLACE",
            "location": {
              "name": "MainOffice",
              "id": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OLzJiNDkyZmZkLTRjNGItNGVmNS04YzAzLWE1MDYyYzM4NDA5Mw"
            }
          }
        ]
      }
    }
  ]
}