Skip additional MFA suggestion
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.
Responses
-
The suggestion was successfully skipped.
-
Not supported for the current interaction event. The MFA profile API can only be used in the
SignIn
orRegister
interaction. -
Some MFA factors have already been enabled for the user. The user must verify MFA before updating related settings.
-
The user has not been identified yet. The suggestion state must be associated with an identified user.
-
The suggestion is not skippable under current policy.
POST
/api/experience/profile/mfa/mfa-suggestion-skipped
curl \
--request POST 'https://[tenant_id].logto.app/api/experience/profile/mfa/mfa-suggestion-skipped'