---
title: "GET /{tenantID}/domains"
method: GET
path: "/{tenantID}/domains"
tags: ["Domain"]
---

# GET /{tenantID}/domains

`GET /{tenantID}/domains`

Gets a list of domains for the current tenant.

## Path parameters

- `tenantID` string, required

## Query parameters

- `$filter` string
- `api-version` string, required

## Response `200`

OK. The operation was successful.

- DomainListResult — Server response for Get tenant domains API call.
  - `value` Domain[] — the list of domains.
    - `authenticationType` string — the type of the authentication into the domain.
    - `isDefault` boolean — if this is the default domain in the tenant.
    - `isVerified` boolean — if this domain's ownership is verified.
    - `name` string, required — the domain name.

---

[API](https://skmtc.net/azure/apis/graphrbacmanagementclient.md) · [All operations](https://skmtc.net/azure/apis/graphrbacmanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/graphrbacmanagementclient/revisions/71d95005600e/schema)
