Webex · Example Payload

Webex Gethdsmultitenantorganizationdetails Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Gethdsmultitenantorganizationdetails 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": "getHDSMultiTenantOrganizationDetails",
  "method": "GET",
  "path": "/hds/organizations/{organizationId}/tenants",
  "summary": "Get Multi-Tenant HDS organization details",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "context": {
          "partnerOrgId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFkNzJVGNG"
        },
        "tenants": [
          {
            "tenantOrgId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFCGCGCGH",
            "tenantOrgName": "Tenant Org A",
            "cmkState": "CMK Managed",
            "tenantOrgState": "Setup complete"
          },
          {
            "tenantOrgId": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTVHHHFJYJYJKT",
            "tenantOrgName": "Tenant Org B",
            "cmkState": "CMK Management pending",
            "tenantOrgState": "Setup incomplete"
          }
        ]
      }
    }
  ]
}