---
title: "Get user's MFA verifications"
method: GET
path: "/api/users/{userId}/mfa-verifications"
tags: ["Users"]
---

# Get user's MFA verifications

`GET /api/users/{userId}/mfa-verifications`

Get a user's existing MFA verifications for a given user ID.

## Path parameters

- `userId` string, required

## Response `200`

An array of MFA verifications for the user.

- object[]
  - `id` string, required
  - `createdAt` string, required
  - `lastUsedAt` string
  - `type` 'Totp' | 'WebAuthn' | 'BackupCode' | 'EmailVerificationCode' | 'PhoneVerificationCode', required
  - `agent` string
  - `name` string
  - `remainCodes` number

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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