---
title: "PUT /v1/{userId}/mfa"
method: PUT
path: "/v1/{userId}/mfa"
tags: ["[v1] Users"]
---

# PUT /v1/{userId}/mfa

`PUT /v1/{userId}/mfa`

Upsert user MFA configuration

## Path parameters

- `userId` string, uuid, required

## Request body

- object
  - `type` 'none' | 'email' | 'phone', required
  - `phoneNumber` string

## Response `204`

MFA information upserted

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/nhs-england/apis/admin-api-nhs-innovation-service.md) · [All operations](https://skmtc.net/nhs-england/apis/admin-api-nhs-innovation-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nhs-england/admin-api-nhs-innovation-service/revisions/e3ae090557ab/schema)
