---
title: "List Google Workspace Users"
method: GET
path: "/developer/google-workspace-users"
tags: ["Developer", "Developer - Calendar"]
---

# List Google Workspace Users

`GET /developer/google-workspace-users`

List Google Workspace users for the current customer.

This endpoint is restricted to developer users only.
Fetches all users from the Google Admin Directory API using service account impersonation.

## Response `200`

Successful Response

- GoogleWorkspaceUsersResponse — Response with list of Google Workspace users
  - `connected` boolean, required — Whether Google is connected
  - `users` GoogleWorkspaceUser[] — List of users
    - `id` string, required — User ID
    - `primary_email` string, required — User's primary email
    - `name` GoogleWorkspaceUserName — Google Workspace user name
      - `given_name` string, nullable — User's first name
      - `family_name` string, nullable — User's last name
      - `full_name` string, nullable — User's full name
    - `is_admin` boolean — Whether user is an admin
    - `is_suspended` boolean — Whether user is suspended
    - `org_unit_path` string, nullable — User's organization unit path

---

[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)
