mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node allows you to delete an SSH user from the SSH SFTP User resource in the mittwald mStudio API. It is useful for managing SSH access by removing users who no longer require it, thereby enhancing security and maintaining proper access control.

A practical example would be automating the removal of SSH users when employees leave a company or when temporary access needs to be revoked.

Properties

Name Meaning
Ssh User Id ID of the SSH user to be deleted. This is a required string identifying which SSH user will be removed.

Output

The node outputs JSON data representing the response from the mittwald mStudio API after attempting to delete the specified SSH user. The exact structure depends on the API's response but typically includes confirmation of deletion or error details.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication with the mittwald mStudio API.
  • The node communicates with the API endpoint at https://api.mittwald.de.
  • Proper configuration of the API credential within n8n is necessary for successful operation.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent SSH User ID will likely result in an error from the API.
    • Missing or incorrect API credentials will cause authentication failures.
    • Network connectivity problems can prevent communication with the API.
  • Error messages:

    • Authentication errors indicate issues with the API key; verify that the correct credential is configured.
    • Not found errors suggest the SSH User ID does not exist; double-check the ID value.
    • General API errors may require reviewing the API documentation or contacting support.

Links and References

Discussion