Webex · Example Payload

Webex Listmoveusersjoberrors Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Listmoveusersjoberrors 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": "listMoveUsersJobErrors",
  "method": "GET",
  "path": "/telephony/config/jobs/person/moveLocation/{jobId}/errors",
  "summary": "List Move Users Job errors",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "itemNumber": 1,
            "item": "52efdff9-9db6-438d-9b96-638365789353",
            "error": {
              "key": "400",
              "message": [
                {
                  "description": "[Error 19605] User is assigned services not authorized to the new group: [Basic Call Logs].",
                  "code": "19605",
                  "location": "Y2lzY29zcGFyazovL3VzL0xPQ0FUSU9OL2U3ZjlmZTQ0LTI3ZjEtNGE2NC04NmJhLTM1NmE0YjUyMTk4ZA"
                }
              ]
            },
            "trackingId": "NA_097fb6e7-e972-41b3-a9e1-bd5a4a31eb33"
          }
        ],
        "paging": {
          "next": [],
          "prev": null,
          "limit": 50,
          "offset": 0,
          "pages": null,
          "count": 1
        }
      }
    }
  ]
}