Webex · Example Payload

Webex Get All Customers Managed By A Partner Admin Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get All Customers Managed By A Partner Admin 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 all customers managed by a partner admin",
  "method": "GET",
  "path": "/partner/organizations",
  "summary": "Get all customers managed by a partner admin",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "orgId": "Y2LZY29ZCGFYAZOVL3VZL1BFT1BMRS9MNWIZNJE4NY1JOGRKLTQ3MJCTOGIYZI1MOWM0NDDMMJKWNDY",
            "role": "YXRSYXMTCG9YDGFSLNBHCNRUZXIUC2FSZXNMDWXSYWRTAW4="
          }
        ]
      }
    }
  ]
}