> For the complete documentation index, see [llms.txt](https://docs.sprinto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinto.com/integrations/overview/google-workspace-integration/resolve-400-error-for-super-admins-during-g-suite-integration.md).

# 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
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, and the optional `goal` 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>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
