# Resolve 400 Error for Super Admins During G Suite Integration

### Overview

You may encounter a **400 error** when attempting to integrate Google Workspace (G Suite) with Sprinto, even if the user has **Super Admin** privileges.\
This typically occurs when the API access for Google services is restricted.

Follow the steps below to resolve the issue by updating API access permissions in your Google Admin Console.

***

### Steps to Resolve

#### Step 1 – Log in to Google Admin Console

1. Go to admin.google.com and log in with your **Super Admin** account.
2. From the left navigation panel, select **Security**.

***

#### Step 2 – Open API Controls

1. Navigate to **Security → Access and data control → API Controls.**

<figure><img src="/files/tVgMet6q3mThxph8qFQB" alt=""><figcaption></figcaption></figure>

2. Under **API Controls**, select **Manage Google Services**.

<figure><img src="/files/7mAWXrcGXwvDweGugv9u" alt=""><figcaption></figcaption></figure>

***

#### Step 3 – Update Access Settings

1. Locate **Workspace Admin** in the list of Google services.
2. Click **Change access**.

<figure><img src="/files/SklKYVIVsXAcj4UbdXFq" alt=""><figcaption></figcaption></figure>

3. Change its access level from **Restricted** to **Unrestricted**.

<figure><img src="/files/9gK3FpwOAUTeNBShqdYQ" alt=""><figcaption></figcaption></figure>

***

#### Step 4 – Retry the Integration

Once the access setting is updated:

* Return to Sprinto.
* Retry integrating with **G Suite / Google Workspace**.

The integration should now complete successfully.

{% hint style="info" %}
**Notes:**

* Ensure that the user performing the integration has **Super Admin privileges**.
* Restricted API settings prevent Sprinto from retrieving required metadata for the integration.
  {% endhint %}


---

# Agent Instructions: 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.sprinto.com/integrations/overview/google-workspace-integration/resolve-400-error-for-super-admins-during-g-suite-integration.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.
