---
title: "Return the Google account details of the EMM enrollment stored in the database for the specified device."
method: GET
path: "/v2/devices/{deviceId}/google-accounts/"
tags: ["device_Device Enrollment in EMM"]
---

# Return the Google account details of the EMM enrollment stored in the database for the specified device.

`GET /v2/devices/{deviceId}/google-accounts/`

## Path parameters

- `deviceId` string, uuid, required

## Response `200`

Success

- object
  - `content` object
    - `count` integer
    - `previous` string
    - `next` string
    - `results` DeviceGoogleAccount[]
      - `tenant_id` string, uuid, required — The ID of the tenant associated with the Google account.
      - `google_user_id` string, required — The unique identifier for the Google user.
      - `device_id` string, uuid, required — The ID of the device associated with the Google account.
      - `google_device_id` string — The unique identifier for the Google device.
      - `account_identifier` string — An identifier for the account.
      - `account_type` integer, required — The type of the Google account.
      - `google_authentication_token` string — The authentication token for the Google account.
      - `created_at` string, date-time — The timestamp when the Google account was created.
      - `updated_at` string, date-time — The timestamp when the Google account was last updated.

## Other responses

- `400` — Bad Request
- `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/versions/e1f64cbb488e/schema)
