---
title: "Get the list of tenantIds for all active cloud subscriptions"
method: GET
path: "/api/hgms/get-cloud-tenants"
tags: ["General"]
---

# Get the list of tenantIds for all active cloud subscriptions

`GET /api/hgms/get-cloud-tenants`

Get the list of tenantIds for all active cloud subscriptions

## Query parameters

- `username` string
- `isforced` boolean
- `bisfromCSC2` boolean

## Response `200`

Success

- GetTenantsResponse
  - `content` GetTenantsRes
    - `userName` string, nullable
    - `isWireless` boolean
    - `isNSSMPopup` boolean
    - `isWNMPopup` boolean
    - `WNMVideoUrl` string, nullable
    - `isVideoPopup` boolean
    - `isInsightsEnbled` string, nullable
    - `isInsightsQSG` string, nullable
    - `showmoreURL` string, nullable
    - `isNewCCSSOEnabled` string, nullable
    - `arrTenants` TenantProductGroup[], nullable
      - `name` string, nullable
      - `sharedName` string, nullable
      - `description` string, nullable
      - `isNotificationsPresent` boolean
      - `imageUrl` string, nullable
      - `productGroupID` integer
      - `newIconText` string, nullable
      - `encname` string, nullable
      - `cgmsTenants` TenantProduct[], nullable
        - `serialNumber` string, nullable
        - `friendlyName` string, nullable
        - `productGroupID` string, nullable
        - `launchUrl` string, nullable
        - `casUrl` string, nullable
      - `analyticsTenants` TenantProduct[], nullable
        - `serialNumber` string, nullable
        - `friendlyName` string, nullable
        - `productGroupID` string, nullable
        - `launchUrl` string, nullable
        - `casUrl` string, nullable
      - `cloudServices` CloudService[], nullable
        - `migrateList` MigrateData[], nullable
          - `serialNumber` string, nullable
          - `NFR` string, nullable
          - `friendlyName` string, nullable
        - `serviceName` string, nullable
        - `serviceNameDisp` string, nullable
        - `tenantSerial` string, nullable
        - `isEnabled` boolean
        - `TileNewText` string, nullable
        - `avaiableRatio` string, nullable
        - `imageIcon` string, nullable
        - `navigateUrl` string, nullable
        - `navigateReportUrl` string, nullable
        - `oldNavigateUrl` string, nullable
        - `isNoAccess` boolean
        - `isBeta` boolean
        - `status` string, nullable
        - `renewText` string, nullable
        - `renewUrl` string, nullable
        - `showSlider` string, nullable
        - `serviceMode` string, nullable
      - `productCount` string, nullable
      - `masterMSSPId` integer
    - `arrMSSPList` MasterMSSP[], nullable
      - `masterMSSPId` integer
      - `msspName` string, nullable
      - `msspOrganizationId` integer, nullable
      - `status` string, nullable
      - `AddressId` integer, nullable
    - `arrTenantOptions` TenantSafeOptions[], nullable
      - `tileType` string, nullable
      - `Value` string, nullable
    - `casUrl` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
