---
title: "Get the List of Google EMM Managed Devices for a user's devices."
method: GET
path: "/v2/devices/{deviceId}/google-accounts/emm-managed/"
tags: ["device_Device Enrollment in EMM"]
---

# Get the List of Google EMM Managed Devices for a user's devices.

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

## Path parameters

- `deviceId` string, uuid, required

## Response `200`

Success

- DeviceDevicesListResponse
  - `device` DeviceGoogleDevice[]
    - `androidId` string — The Google Play Services Android ID for the device encoded as a lowercase hex string. For example, '123456789abcdef0'.
    - `managementType` string — The type of management applied to the device, such as 'enterprise' or 'work'.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found
- `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)
