Webex · Example Payload

Webex Get All Partner Admins Assigned To A Customer Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Get All Partner Admins Assigned To A Customer 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 partner admins assigned to a customer",
  "method": "GET",
  "path": "/partner/organizations/{orgId}/partnerAdmins",
  "summary": "Get all partner admins assigned to a customer",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "id": "Y2LZY29ZCGFYAZOVL3VZL1BFT1BMRS9JOTYWOTZIYI1KYTRHLTQ3NZETYTC2ZI1KNDEZODQWZWVM1TQ",
            "displayName": "display name",
            "firstName": "John",
            "lastName": "Doe",
            "emails": [
              "johndoe@example.com"
            ],
            "roleInCustomerOrg": "id_full_admin"
          }
        ]
      }
    }
  ]
}