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

# GET /{tenantID}/domains/{domainName}

`GET /{tenantID}/domains/{domainName}`

Gets a specific domain in the current tenant.

## Path parameters

- `domainName` string, required
- `tenantID` string, required

## Query parameters

- `api-version` string, required

## Response `200`

OK. The operation was successful.

- Domain — Active Directory Domain information.
  - `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)
