---
title: "Returns the 2FA methods associated w/ input user"
method: GET
path: "/v1/VaultUser2FA/authenticationMethods/{personId}"
tags: ["VaultUser2FA"]
---

# Returns the 2FA methods associated w/ input user

`GET /v1/VaultUser2FA/authenticationMethods/{personId}`

## Path parameters

- `personId` integer, required

## Response `200`

Retrieved 2FA methods successfully

- AdaptekApiApplicationPersonVaultUser2FACodesQueriesGetPerson2FAMethodsGetPerson2FAMethodsResponse
  - `personVaultUser2FAResponse` AdaptekApiApplicationPersonVaultUser2FACodesPersonVaultUser2FADto[], nullable
    - `id` integer
    - `personVaultUserId` integer
    - `contactValue` string, nullable
    - `vault2FAAuthTypeId` 1 | 2
    - `dateVerified` string, date-time

## Other responses

- `404` — No 2FA methods found

---

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