---
title: "Show Google Directory"
method: GET
path: "/google_directories/{id}"
tags: ["Google Directories"]
---

# Show Google Directory

`GET /google_directories/{id}`

## Path parameters

- `id` string, required

## Response `200`

Google Directory Response

- GoogleDirectoryResponse — Response schema for single Google Directory
  - `data` GoogleDirectory — Google Directory
    - `account_id` string, uuid — Account ID
    - `disabled_reason` string — Reason for disabling
    - `domain` string — Google Workspace domain
    - `error` string — Last error message
    - `error_count` integer — Error count
    - `error_emailed_at` string, date-time — Error email timestamp
    - `group_sync_mode` 'all' | 'filtered' | 'disabled' — Group sync mode
    - `id` string, uuid, required — Directory ID
    - `impersonation_email` string — Impersonation email
    - `inserted_at` string, date-time — Creation timestamp
    - `is_disabled` boolean — Whether directory is disabled
    - `name` string, required — Directory name
    - `orgunit_sync_enabled` boolean — Whether org unit sync is enabled
    - `synced_at` string, date-time — Last sync timestamp
    - `updated_at` string, date-time — Update timestamp

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.dev/firezone/apis/firezone-api.md) · [All operations](https://skmtc.dev/firezone/apis/firezone-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/firezone/firezone-api/revisions/110de2cb2283/schema)
