Webex · Example Payload

Webex Get A Contact Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get A Contact 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 Contact",
  "method": "GET",
  "path": "/contacts/organizations/{orgId}/contacts/{contactId}",
  "summary": "Get a Contact",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "schemas": "urn:cisco:codev:identity:contact:core:1.0",
        "meta": {
          "created": "2023-05-11T02:55:25.460Z",
          "lastModified": "2023-05-11T02:55:25.460Z"
        },
        "contactId": "6847ee0f-5e9c-4403-9f0e-0aa8552f7829",
        "firstName": "Simic",
        "lastName": "Zhang",
        "companyName": "Cisco Systems",
        "title": "Product Manager",
        "address": "{\"city\" : \"Milpitas\", \"country\" : \"US\", \"street\" : \"1099 Bird Ave.\", \"zipCode\" : \"99212\"}",
        "avatarURL": "https://avatar-prod-us-east-2.webexcontent.com/default_avatar~1600",
        "displayName": "Logan",
        "addressInfo": {
          "city": "Milpitas",
          "country": "US",
          "street": "1099 Bird Ave.",
          "zipCode": "99212"
        },
        "primaryContactMethod": "EMAIL",
        "phoneNumbers": [
          {
            "type": "work",
            "value": "20134319"
          }
        ],
        "emails": [
          {
            "type": "work",
            "value": "simizhan@example.com"
          }
        ],
        "sipAddresses": [
          {
            "type": "work",
            "value": "sip://mysip1231233"
          }
        ],
        "ims": [
          {
            "type": "work",
            "value": "87003922"
          }
        ],
        "source": "CH",
        "isMigration": false,
        "orgId": "d23736ac-8055-433e-b85a-0fc55c96ead9",
        "groupIds": [
          "b3e594aa-19ea-488a-9d42-f811e272f4bd"
        ]
      }
    }
  ]
}