---
title: "Creates a saved 2FA contact method associated with input user"
method: POST
path: "/v1/VaultUser2FA/authenticationMethod"
tags: ["VaultUser2FA"]
---

# Creates a saved 2FA contact method associated with input user

`POST /v1/VaultUser2FA/authenticationMethod`

## Request body

- AdaptekApiApplicationPersonVaultUser2FACodesCommandsCreatePersonVaultUser2FACreatePersonVaultUser2FACommand
  - `personVaultUserId` integer
  - `contactValue` string, nullable
  - `vault2FAAuthTypeId` 1 | 2

## Response `200`

2FA method created successfully

- 0 | 1

## Other responses

- `404` — The user was 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)
