---
title: "List portal tenants"
method: GET
path: "/tenants"
tags: ["License Portal"]
---

# List portal tenants

`GET /tenants`

## Response `200`

Tenant list.

- ListTenantsResult
  - `items` LicenseTenant[], required
    - `tenantId` string, required
    - `parentTenantId` string
    - `representedPartyId` string
    - `kind` string, required
    - `operatingMode` string, required
    - `loginEnabled` boolean, required
    - `status` string, required
    - `policy` LicenseTenantPolicy, required
      - `permittedProducts` string[]
      - `permittedDomains` string[]
      - `maxValidityDays` integer
      - `maxTenants` integer
      - `caDelegationAllowed` boolean
      - `canHostPortal` boolean
    - `createdAt` string, required
    - `updatedAt` string, required

---

[API](https://skmtc.net/sphereon-opensource/apis/license-portal-api.md) · [All operations](https://skmtc.net/sphereon-opensource/apis/license-portal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sphereon-opensource/license-portal-api/versions/f45b2d91505a/schema)
