---
title: "Update MFA settings"
method: PATCH
path: "/api/my-account/mfa-settings"
tags: ["My account"]
---

# Update MFA settings

`PATCH /api/my-account/mfa-settings`

Update MFA settings for the user. This endpoint requires identity verification and the Identities scope. Controls whether MFA verification is required during sign-in when the user has MFA configured.

## Request body

- object
  - `skipMfaOnSignIn` boolean, required

## Response `200`

The MFA settings were updated successfully.

- object
  - `skipMfaOnSignIn` boolean, required

## Other responses

- `400` — The request body is invalid.
- `401` — Permission denied, identity verification is required or insufficient scope.
- `403` — Forbidden

---

[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/revisions/a163dc77d842/schema)
