---
title: "GET /v2/domains/{domainIdentifier}/domain-units/{identifier}"
method: GET
path: "/v2/domains/{domainIdentifier}/domain-units/{identifier}"
---

# GET /v2/domains/{domainIdentifier}/domain-units/{identifier}

`GET /v2/domains/{domainIdentifier}/domain-units/{identifier}`

Gets the details of the specified domain unit.

## Path parameters

- `domainIdentifier` string, required
- `identifier` string, required

## Response `200`

Success

- GetDomainUnitOutput
  - `id` string, required — The ID of the domain unit.
  - `domainId` string, required — The ID of the domain in which the domain unit lives.
  - `name` string, password, required — The name of the domain unit.
  - `parentDomainUnitId` string — The ID of the parent domain unit.
  - `description` string, password — The description of the domain unit.
  - `owners` DomainUnitOwnerProperties[], required — The owners of the domain unit.
    - `user` object — Indicates that the domain unit owner is a user.
      - `userId` string — The ID of teh domain unit user.
    - `group` object — Indicates that the domain unit owner is a group.
      - `groupId` string — The ID of the domain unit group.
  - `createdAt` string, date-time — The time stamp at which the domain unit was created.
  - `lastUpdatedAt` string, date-time — The timestamp at which the domain unit was last updated.
  - `createdBy` string — The user who created the domain unit.
  - `lastUpdatedBy` string — The user who last updated the domain unit.

## Other responses

- `480` — InternalServerException
- `481` — ResourceNotFoundException
- `482` — AccessDeniedException
- `483` — ThrottlingException
- `484` — ValidationException
- `485` — UnauthorizedException

---

[API](https://skmtc.net/aws/apis/datazone.md) · [All operations](https://skmtc.net/aws/apis/datazone/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/datazone/versions/055599054b53/schema)
