---
title: "Get Google Workspace Admin"
method: GET
path: "/developer/google-workspace-admin"
tags: ["Developer", "Developer - Calendar"]
---

# Get Google Workspace Admin

`GET /developer/google-workspace-admin`

Get the Google Workspace admin user for the current customer.

This endpoint is restricted to developer users only.
Returns the user who is designated as the Google Workspace admin for making API requests.

## Response `200`

Successful Response

- GoogleWorkspaceAdminResponse — Response with Google Workspace admin user information
  - `customer_id` string, uuid, required — The customer ID
  - `admin_user_id` string, uuid, nullable — The Google Workspace admin user ID
  - `admin_email` string, nullable — The Google Workspace admin user email
  - `admin_name` string, nullable — The Google Workspace admin user name

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
