---
title: "Updates a 2FA contact method with input data associated with input user"
method: PATCH
path: "/v1/VaultUser2FA/authenticationMethods"
tags: ["VaultUser2FA"]
---

# Updates a 2FA contact method with input data associated with input user

`PATCH /v1/VaultUser2FA/authenticationMethods`

## Request body

- AdaptekApiApplicationPersonVaultUser2FACodesCommandsUpdatePersonVaultUser2FAUpdatePersonVaultUser2FACommand
  - `id` integer
  - `personVaultUserId` integer
  - `contactValue` string, nullable
  - `vault2FAAuthTypeId` 1 | 2
  - `dateVerified` string, date-time

## Response `200`

2FA method updated successfully

- 0 | 1 | 2

## Other responses

- `400` — Failed to update 2FA method
- `404` — 2FA method not 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)
