# 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. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Parameters ## Responses ### 204: The MFA verification has been 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 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 a identified user. ### 422: The MFA verification binding is `Mandatory`, user can not skip the MFA verification binding flow. [Powered by Bump.sh](https://bump.sh)