---
title: "Skip MFA binding flow"
method: POST
path: "/api/experience/profile/mfa/mfa-skipped"
tags: ["Experience"]
---

# Skip MFA binding flow

`POST /api/experience/profile/mfa/mfa-skipped`

Skip MFA verification binding flow. If the MFA is enabled in the sign-in experience settings and marked as `UserControlled`, the user can skip the MFA verification binding flow by calling this API.

## Response `204`

The MFA verification has been successfully skipped.

## Other responses

- `400` — Not supported for the current interaction event. The MFA profile API can only be used in the `SignIn` or `Register` interaction.
- `403` — Some MFA factors has already been enabled for the user. The user must verify the MFA before updating the MFA settings.
- `404` — The user has not been identified yet. The `mfa-skipped` configuration must be associated with an identified user.
- `422` — The MFA verification binding is `Mandatory`, user can not skip the MFA verification binding flow.

---

[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/0287c6a59eba/schema)
