---
title: "Return the Google Service Account of the Enterprise"
method: GET
path: "/v2/emm/accounts/"
tags: ["tenant_Google Enterprise"]
---

# Return the Google Service Account of the Enterprise

`GET /v2/emm/accounts/`

## Headers

- `Authorization` string, required

## Response `200`

Successfully retrieved Google Service Account

- object
  - `content` object
    - `count` integer
    - `previous` string
    - `next` string
    - `results` TenantGoogleServiceAccountDetails[]
      - `tenant_id` string
      - `google_enterprise_id` string
      - `name` string
      - `key_id` string
      - `type` integer
      - `is_set` boolean
      - `is_active` boolean
      - `data` string
      - `public_data` string
      - `created_at` string, date-time
      - `updated_at` string, date-time

## Other responses

- `400` — Invalid input
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.net/esper/apis/esper-api-reference.md) · [All operations](https://skmtc.net/esper/apis/esper-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/esper/esper-api-reference/revisions/e1f64cbb488e/schema)
