# 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 parameters Content-type: application/json - **skipMfaOnSignIn** (boolean) ## Responses ### 200: The MFA settings were updated successfully. #### Body Parameters: 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)