---
title: "GET /tenants"
method: GET
path: "/tenants"
tags: ["Tenants"]
---

# GET /tenants

`GET /tenants`

Gets the tenants for your account.

## Query parameters

- `api-version` string, required

## Response `200`

OK - Returns an array of tenants.

- TenantListResult — Tenant Ids information.
  - `value` TenantIdDescription[] — An array of tenants.
    - `id` string — The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000.
    - `tenantId` string — The tenant ID. For example, 00000000-0000-0000-0000-000000000000.
    - `tenantCategory` 'Home' | 'ProjectedBy' | 'ManagedBy' — The tenant category.
    - `country` string — Country/region name of the address for the tenant.
    - `countryCode` string — Country/region abbreviation for the tenant.
    - `displayName` string — The display name of the tenant.
    - `domains` string[] — The list of domains for the tenant.
  - `nextLink` string, required — The URL to use for getting the next set of results.

---

[API](https://skmtc.dev/azure/apis/subscriptionclient-3.md) · [All operations](https://skmtc.dev/azure/apis/subscriptionclient-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/subscriptionclient-3/revisions/fb352ef7c51a/schema)
