---
title: "Get all devices of a user"
method: GET
path: "/mgmt/v1/registrations/{userId}"
tags: ["Device Management"]
---

# Get all devices of a user

`GET /mgmt/v1/registrations/{userId}`

Description

## Path parameters

- `userId` string, required

## Response `200`

The registered Devices

- ModelsDevice[]
  - `deviceId` string, required
  - `keyName` string, required
  - `authenticatorType` string, required
  - `lastUsage` string, date-time, required
  - `createdAt` string, date-time, required
  - `authenticatorAttachment` 'platform' | 'cross-platform'
  - `isSecondFactorOnly` boolean
  - `deviceOs` string
  - `osVersion` string

## Other responses

- `401` — You are not authenticated. Provide your credentials.
- `404` — Resource not found.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/hanko/apis/hanko-admin-api.md) · [All operations](https://skmtc.dev/hanko/apis/hanko-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hanko/hanko-admin-api/revisions/d22a127b0978/schema)
