---
title: "Google Directory Integration"
slug: "google-directory-integration"
updated: 2025-07-13T14:51:24Z
published: 2025-07-13T14:51:24Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.unleash.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Directory Integration

## Purpose

Setting up domain-wide delegation allows the Unleash service account to access your company’s groups list. This will enable you to use these groups in Unleash. The user can easily remove this connection if they wish.

## Prerequisites

The person configuring the domain-wide delegation must be an administrator of the relevant Google Workspace organization.

## Setup

1. Go to [https://admin.google.com/ac/owl/domainwidedelegation](https://admin.google.com/ac/owl/domainwidedelegation) and sign in if needed. If you are already signed in and have multiple organizations/domains, ensure you are signed into the correct account for the intended domain.
2. At the top of the **API Clients** table, click **Add new**.

![](https://cdn.document360.io/9c439416-8f37-43ae-8ba7-d5c31de26a65/Images/Documentation/image-1725175504765(1).png)

1. In the dialog that opens, under **Client ID**, provide the value `101066985626398460460` .
2. In the same dialog, under **OAuth scopes** add the following scopes (comma-delimited list follows).

```plaintext
openid
profile
email
<https://www.googleapis.com/auth/admin.directory.user.readonly> 
<https://www.googleapis.com/auth/admin.directory.group.readonly> 
<https://www.googleapis.com/auth/admin.directory.domain.readonly>
```

For your convenience, the same list of scopes formatted with commas is below.

```plaintext
openid,profile,email,<https://www.googleapis.com/auth/admin.directory.user.readonly,https://www.googleapis.com/auth/admin.directory.group.readonly,https://www.googleapis.com/auth/admin.directory.domain.readonly>
```

1. Click the **Authorize**button.
2. Please notify your Unleash contact that this process has been completed so that we can validate that the setup is successful and configure your requested link provisioning automation.
