Webex · Example Payload

Webex Getarchiveuser Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getarchiveuser 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": "getArchiveUser",
  "method": "GET",
  "path": "/identity/organizations/{orgId}/v1/ArchivedUser/{useruuid}",
  "summary": "Get Archive User",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "schemas": [
          "urn:scim:schemas:core:1.0",
          "urn:scim:schemas:extension:cisco:commonidentity:1.0"
        ],
        "userName": "test_user2@example.com",
        "emails": [
          {
            "primary": true,
            "type": "work",
            "value": "test_user2@example.com"
          }
        ],
        "name": {
          "givenName": "Mike",
          "familyName": "Tang"
        },
        "organization": "410139c6-3bff-4404-9782-09a456ba2cae",
        "id": "b96936c9-5b86-4a01-8969-e945c91b62f6",
        "meta": {
          "created": "2019-01-25T00:53:13.000Z",
          "lastModified": "2019-01-25T00:53:13.000Z",
          "location": "https://webexapis.com/identity/scim/410139c6-3bff-4404-9782-09a456ba2cae/v1/UserArchives/b96936c9-5b86-4a01-8969-e945c91b62f6",
          "deleted": "2019-01-25T00:53:13.001Z"
        },
        "displayName": "Mike Tang"
      }
    }
  ]
}