# Update MFA configuration Update the MFA configuration for your environment. Provide the desired configuration values as objects in the request body. Refer to the parameter documentation for the list of supported values. Endpoint: POST /resources/configurations/v1/mfa Version: 1.0 Security: bearer ## Request fields (application/json): - `authenticationApp` (object) - `authenticationApp.active` (boolean, required) - `authenticationApp.serviceName` (string, required) - `sms` (object) - `sms.tokenLifetimeSeconds` (number, required) - `email` (object) - `email.sender` (string, required) ## Response 201 fields (application/json): - `authenticationApp` (object, required) - `authenticationApp.active` (boolean, required) - `authenticationApp.serviceName` (string, required) - `sms` (object, required) - `sms.tokenLifetimeSeconds` (number, required) - `email` (object, required) - `email.sender` (string, required)