Webex · Example Payload

Webex Listmoveusersjobs Example

CallingCollaborationCommunicationsEnterpriseMessagingVideo Conferencing

Webex Listmoveusersjobs 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": "listMoveUsersJobs",
  "method": "GET",
  "path": "/telephony/config/jobs/person/moveLocation",
  "summary": "List Move Users Jobs",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8xMzFkOTg1ZC1iZThhLTQ3MjgtYjM2MC02MzBjNTAxNTEyNzE",
            "trackingId": "ROUTER_6475F43E-A25A-01BB-76CC-AC108AF376CC",
            "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85YzJhMDUxMC0wOTUwLTQ1MmYtODFmZi05YTVkMjM2OTJkZTY",
            "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "instanceId": 328660,
            "jobExecutionStatus": [
              {
                "id": 332387,
                "startTime": "2023-05-30T13:04:00.469Z",
                "endTime": "2023-05-30T13:04:03.252Z",
                "lastUpdated": "2023-05-30T13:04:03.574Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "createdTime": "2023-05-30T13:04:00.457Z",
                "stepExecutionStatuses": [
                  {
                    "id": 1549115,
                    "startTime": "2023-05-30T13:04:00.493Z",
                    "endTime": "2023-05-30T13:04:03.245Z",
                    "lastUpdated": "2023-05-30T13:04:03.246Z",
                    "statusMessage": "COMPLETED",
                    "exitCode": "COMPLETED",
                    "name": "moveusersvalidateAndMove",
                    "timeElapsed": "PT2.752S"
                  }
                ],
                "timeElapsed": "PT2.752S"
              }
            ],
            "latestExecutionStatus": "COMPLETED",
            "latestExecutionExitCode": "COMPLETED",
            "counts": {
              "totalMoves": 1,
              "moved": 1,
              "failed": 0,
              "pending": 0,
              "skipped": 0
            },
            "csvFile": "02124eef-8af7-489c-805b-363cc6401893/cbf865e9-d069-4004-bb57-2a39f5bfb5fe_d1fde6bf944c40ed8ffbab14e6ca6a12",
            "csvFileExpiryTime": "2023-07-12T12:20:33.503Z",
            "fileFormat": "text/csv"
          },
          {
            "id": "Y2lzY29zcGFyazovL3VzL0pPQl9JRC8yNjFjZTRkZi03MmQwLTRjOTgtYWI0MS03ZDJhOTM4ZjhmZDk",
            "trackingId": "ROUTER_6475F3F5-9D6C-01BB-4C40-AC108AF34C40",
            "sourceUserId": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS85YzJhMDUxMC0wOTUwLTQ1MmYtODFmZi05YTVkMjM2OTJkZTY",
            "sourceCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "targetCustomerId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8wMjEyNGVlZi04YWY3LTQ4OWMtODA1Yi0zNjNjYzY0MDE4OTM",
            "instanceId": 328658,
            "jobExecutionStatus": [
              {
                "id": 332385,
                "startTime": "2023-05-30T13:02:47.830Z",
                "endTime": "2023-05-30T13:02:51.035Z",
                "lastUpdated": "2023-05-30T13:02:51.353Z",
                "statusMessage": "COMPLETED",
                "exitCode": "COMPLETED",
                "createdTime": "2023-05-30T13:02:47.813Z",
                "stepExecutionStatuses": [
                  {
                    "id": 1549111,
                    "startTime": "2023-05-30T13:02:47.856Z",
                    "endTime": "2023-05-30T13:02:51.028Z",
                    "lastUpdated": "2023-05-30T13:02:51.028Z",
                    "statusMessage": "COMPLETED",
                    "exitCode": "COMPLETED",
                    "name": "moveusersvalidateAndMove",
                    "timeElapsed": "PT3.172S"
                  }
                ],
                "timeElapsed": "PT3.172S"
              }
            ],
            "latestExecutionStatus": "COMPLETED",
            "latestExecutionExitCode": "COMPLETED",
            "counts": {
              "totalMoves": 1,
              "moved": 1,
              "failed": 0,
              "pending": 0,
              "skipped": 0
            },
            "csvFile": "02124eef-7be6-489c-805b-363cc6401893/cbf865e9-d069-4004-bb57-2a39f5bfb5fe_d1fde6bf944c40ed8ffbab14e6ca6a12",
            "csvFileExpiryTime": "2023-07-12T12:20:33.503Z",
            "fileFormat": "text/csv"
          }
        ]
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/webex-listmoveusersjobs-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.