---
title: "GET /v0.1/user/devices"
method: GET
path: "/v0.1/user/devices"
tags: ["distribute"]
---

# GET /v0.1/user/devices

`GET /v0.1/user/devices`

Returns all devices associated with the given user.

## Response `200`

Success

- object[]
  - `udid` string, required — The Unique Device IDentifier of the device
  - `model` string, required — The model identifier of the device, in the format iDeviceM,N
  - `device_name` string, required — The device description, in the format "iPhone 7 Plus (A1784)"
  - `full_device_name` string — A combination of the device model name and the owner name.
  - `os_build` string, required — The last known OS version running on the device
  - `os_version` string, required — The last known OS version running on the device
  - `serial` string — The device's serial number. Always empty or undefined at present.
  - `imei` string — The device's International Mobile Equipment Identity number. Always empty or undefined at present.
  - `owner_id` string — The user ID of the device owner.
  - `status` string, required — The provisioning status of the device.
  - `registered_at` string — Timestamp of when the device was registered in ISO format.

## Other responses

- `400` — <b>bad_request</b>: Devices information can only be requested for iOS apps.
- `403` — <b>forbidden</b>: The user is not allowed to view someone else's devices.

---

[API](https://skmtc.net/appcenter/apis/app-center-client.md) · [All operations](https://skmtc.net/appcenter/apis/app-center-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/appcenter/app-center-client/revisions/4e9226ab8f35/schema)
