mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation disables Multi-Factor Authentication (MFA) for a user by confirming the action with a provided multi-factor code. It is useful in scenarios where a user needs to turn off MFA on their account, such as when switching authentication methods or troubleshooting access issues.

For example, an administrator might use this node to disable MFA for a user who has lost access to their authentication device and cannot generate valid codes.

Properties

Name Meaning
Multi Factor Code The MFA code required to confirm disabling MFA. This is a string input that must be provided to authorize the action.

Output

The node outputs JSON data representing the result of the disable MFA request. This typically includes confirmation of success or failure and any relevant messages from the API. There is no binary data output.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node sends requests to the mittwald API endpoint at https://api.mittwald.de.
  • Proper configuration of the API credential within n8n is necessary for successful execution.

Troubleshooting

  • Invalid or missing Multi Factor Code: If the provided MFA code is incorrect or not supplied, the API will reject the request. Ensure the correct current MFA code is entered.
  • Authentication errors: If the API key credential is invalid or expired, the node will fail to authenticate. Verify the API key and update if necessary.
  • Network issues: Connectivity problems to the mittwald API endpoint can cause failures. Check network access and proxy settings if applicable.
  • API rate limits or restrictions: Excessive requests may be throttled by the API. Review mittwald API usage policies.

Links and References

Discussion