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

# Skip additional MFA suggestion

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

Mark the optional additional MFA binding suggestion as skipped for the current interaction. When multiple MFA factors are enabled and only an email/phone factor is configured, a suggestion to add another factor may be shown; this endpoint records the choice to skip.

## Response `204`

The suggestion was 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 have already been enabled for the user. The user must verify MFA before updating related settings.
- `404` — The user has not been identified yet. The suggestion state must be associated with an identified user.
- `422` — The suggestion is not skippable under current policy.

---

[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)
