---
title: "Get a list of all user devices that the user is associated with"
method: GET
path: "/v1/resourceowner/userdevice/{userDeviceId}"
tags: ["ResourceOwnerUserDevice"]
---

# Get a list of all user devices that the user is associated with

`GET /v1/resourceowner/userdevice/{userDeviceId}`

Only user devices that are associated with the user are allowed.

## Path parameters

- `userDeviceId` integer, required

## Response `200`

The devices are returned

- UserDeviceModel — User Device Model
  - `UserDeviceId` integer
  - `DeviceIdentifier` string
  - `DeviceToken` string
  - `DeviceType` 0 | 1 | 2
  - `Description` string
  - `DeviceName` string

## Other responses

- `403` — Request is forbidden, meaning you don't have access to this user device
- `500` — Internal server error

---

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