Skip additional MFA suggestion

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://openapi.logto.io/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"Logto API references MCP server": {
  "url": "https://openapi.logto.io/mcp"
}
Close
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.

Responses

  • 204

    The suggestion was successfully skipped.

  • 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.

POST /api/experience/profile/mfa/mfa-suggestion-skipped
curl \
 --request POST 'https://[tenant_id].logto.app/api/experience/profile/mfa/mfa-suggestion-skipped'