---
title: "Get devices"
method: GET
path: "/users/{userId}/devices"
tags: ["devices"]
---

# Get devices

`GET /users/{userId}/devices`

Get a list of devices associated with a user.

## Path parameters

- `userId` string, required

## Response `200`

OK

- UserDevice[]
  - `userId` string, required — The ID of the user.
  - `deviceId` string, required — The ID of the device.
  - `createdAt` string, date-time, required — The time when the device was first created.
  - `authenticatedAt` string, date-time — The time when the device was last authenticated.
  - `invalidatedAt` string, date-time — The time when the device was invalidated.
  - `rememberedUntil` string, date-time — The time until which the device is remembered. While this timestamp is in the future, the `device.isRemembered` rules engine feature returns `true` for actions performed on this device.
  - `lastVerificationMethod` 'SMS' | 'AUTHENTICATOR_APP' | 'EMAIL_MAGIC_LINK' | 'EMAIL_OTP' | 'PUSH' | 'DEVICE' | 'SECURITY_KEY' | 'PASSKEY' | 'VERIFF' | 'IPROOV' | 'PALM_BIOMETRICS_RR' | 'IDVERSE'

## Other responses

- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
