---
title: "List TOTP devices for a user"
method: GET
path: "/totp-devices"
tags: ["TOTP devices"]
---

# List TOTP devices for a user

`GET /totp-devices`

Returns all active (non-deleted) TOTP devices for the given user. Callers must either be the user themselves or hold the READ_USERS permission.

## Query parameters

- `userId` integer, required

## Response `200`

OK

- TotpDeviceDto[]
  - `id` integer
  - `name` string
  - `created` string, date-time

---

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