mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation lists SFTP users associated with a specific project in the SSH SFTP User resource. It is useful for scenarios where you need to retrieve and manage the list of SFTP users configured under a given project, such as auditing user access, synchronizing user data, or automating user management workflows.

For example, you might use this node to fetch all SFTP users for a project before performing batch updates or to display user information in a dashboard.

Properties

Name Meaning
Project Id The unique identifier of the project for which to request the list of SFTP users.
Limit (Optional) Maximum number of SFTP users to return in the response.
Skip (Optional) Number of SFTP users to skip from the start of the list (for pagination).

Output

The output contains a JSON array of SFTP user objects corresponding to the requested project. Each object represents an individual SFTP user with their associated details as provided by the API.

No binary data output is involved in this operation.

Dependencies

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

Troubleshooting

  • Common issues:

    • Invalid or missing Project Id will result in errors or empty responses.
    • Incorrect or expired API credentials will cause authentication failures.
    • Network connectivity problems can prevent the node from reaching the API.
  • Error messages:

    • Authentication errors typically indicate invalid API keys; verify and update credentials.
    • "Project not found" or similar errors suggest the Project Id does not exist or is inaccessible.
    • Rate limiting or quota exceeded errors require checking API usage limits.

Links and References

Discussion