> For the complete documentation index, see [llms.txt](https://docs.forestall.io/fsprotect/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.forestall.io/fsprotect/gcp-identities/organizational-units.md).

# Organizational Units

The `Organizational Units` page provides a list of enumerated Organizational Units (OUs) in the Google Workspace environment.

## Organizational Unit Details

The Details page includes the **Details** tab, and a **Visualize** button for enhanced navigation and analysis.

{% hint style="info" %}
You can analyze objects in the `Graph module` by clicking the `Visualize` button on the upper left side.
{% endhint %}

The Details tab contains attributes about the GCP Organizational Unit. The page also includes tabs for **Child OUs** and **Users**.

![Organizational Unit Details](/files/aS3LW5Ac6IXh2nb0Gwdq)

***

## Information

| Attribute              | Description                                                                               |
| ---------------------- | ----------------------------------------------------------------------------------------- |
| **Display Name**       | The display name of the organizational unit (e.g., `Developers`).                         |
| **Name**               | The internal name of the organizational unit (e.g., `Developers`).                        |
| **Description**        | A human-readable description of the organizational unit (e.g., `Forestall Developers`).   |
| **Parent Org Unit ID** | The unique identifier of the parent organizational unit (e.g., `id:03ph8a2z2esgh28`).     |
| **Org Unit Path**      | The full path of the organizational unit within the hierarchy (e.g., `/Developers`).      |
| **Parent Org Unit**    | The path of the parent organizational unit (e.g., `/`).                                   |
| **Org Unit ID**        | The unique identifier of this organizational unit (e.g., `id:03ph8a2z12ctk8x`).           |
| **Directory Customer** | The customer domain associated with this organizational unit (e.g., `labs.forestall.io`). |

### Child OUs

The **Child OUs** tab lists all child organizational units nested under the current OU.

### Users

The **Users** tab lists all users assigned to the current organizational unit.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.forestall.io/fsprotect/gcp-identities/organizational-units.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
