# Update MFA settings **PATCH /api/my-account/mfa-settings** Update MFA settings for the user. This endpoint requires identity verification and the Identities scope. Controls whether MFA verification is required during sign-in when the user has MFA configured. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) - **skipMfaOnSignIn** (boolean) ## Responses ### 200 The MFA settings were updated successfully. #### Body: application/json (object) - **skipMfaOnSignIn** (boolean) ### 400 The request body is invalid. ### 401 Permission denied, identity verification is required or insufficient scope. ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)