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

# Get MFA settings

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

Get MFA settings for the user. This endpoint requires the Identities scope. Returns current MFA configuration preferences.

## Response `200`

The MFA settings were retrieved successfully.

- object
  - `skipMfaOnSignIn` boolean, required

## Other responses

- `400` — Bad Request
- `401` — Permission denied, insufficient scope or MFA field not enabled.
- `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/versions/a163dc77d842/schema)
