mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation retrieves the membership details of the current authenticated user for a specific project in the mittwald mStudio API. It is useful when you want to check what role or permissions the user has within a given project, for example, to conditionally allow further actions based on membership status.

Practical examples include:

  • Fetching your own membership information to display your role in a project dashboard.
  • Validating if the current user is part of a project before performing project-specific operations.
  • Automating workflows that depend on user membership status in projects.

Properties

Name Meaning
Project Id The unique identifier of the project to get the current user's membership information for.

Output

The node outputs JSON data representing the membership details of the authenticated user for the specified project. This typically includes information such as the user's role, permissions, and possibly metadata about the membership.

No binary data output is involved.

Dependencies

  • Requires an API key credential for authenticating with the mittwald mStudio API.
  • The node uses the base URL https://api.mittwald.de and expects JSON responses.
  • Proper configuration of the API authentication credential in n8n is necessary.

Troubleshooting

  • Missing or invalid Project Id: Ensure the "Project Id" property is provided and correctly references an existing project.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions to access project membership data.
  • API connectivity issues: Check network connectivity and that the mittwald API endpoint is reachable.
  • Permission denied errors: The authenticated user might not be a member of the specified project; confirm membership or use a different project ID.

Links and References

Discussion