mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node interacts with the mittwald mStudio API to list SSH users associated with a specific project. It is useful for scenarios where you need to retrieve and manage SSH SFTP user accounts programmatically, such as automating user audits, synchronizing user lists with other systems, or integrating user management into workflows.

For example, you can use this node to fetch all SSH users of a given project, optionally limiting the number of results or skipping a certain number of entries for pagination purposes.

Properties

Name Meaning
Project Id ID of the Project to retrieve SSH users for. This is a required string input.
Limit Optional number to limit how many SSH users are returned in the response (pagination).
Skip Optional number to skip a certain count of SSH users before starting to return results.

Output

The node outputs JSON data representing the list of SSH users retrieved from the mittwald mStudio API for the specified project. The structure typically includes user details such as usernames and related metadata as provided by the API.

No binary data output is indicated.

Dependencies

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

Troubleshooting

  • Common issues:

    • Invalid or missing API key credential will cause authentication failures.
    • Incorrect or non-existent Project Id may result in empty responses or errors.
    • Network connectivity problems can prevent access to the mittwald API endpoint.
  • Error messages:

    • Authentication errors usually indicate invalid credentials; verify and update the API key.
    • "Project not found" or similar errors suggest the Project Id does not exist or is inaccessible.
    • Timeout or connection errors require checking network settings and API availability.

Links and References

Discussion