# Create or update MFA strategy Create or update an MFA strategy. Provide the desired strategy configuration in the request body. Endpoint: POST /resources/configurations/v1/mfa/strategies Security: bearer ## Request fields (application/json): - `isActive` (boolean, required) - `strategy` (string, required) Enum: "AuthenticatorApp", "WebAuthnPlatform", "WebAuthnCrossPlatform", "SMS", "EmailCode" ## Response 201 fields