Mindz icon

Mindz

Interact with Mindz API

Actions116

Overview

The "Team Delete" operation in this node allows users to remove a user from a team by specifying the user's ID. This is useful in scenarios where team membership needs to be managed dynamically, such as removing former employees, revoking access, or cleaning up team lists. For example, an administrator can automate the removal of users who no longer belong to a project or organization.

Properties

Name Meaning
User ID The ID of the user to be deleted from the team

Output

The output JSON typically contains the result of the delete operation, which may include confirmation of deletion or status information returned by the API. Since this is a delete operation, the output usually confirms success or provides error details if the deletion failed.

No binary data output is expected for this operation.

Dependencies

  • Requires an API key credential for authenticating with the Mindz API.
  • The node depends on the Mindz API service to perform team management operations.
  • Proper configuration of the OAuth2 API credentials within n8n is necessary.

Troubleshooting

  • Common issues:

    • Providing an invalid or non-existent User ID will likely cause the operation to fail.
    • Missing or incorrect API authentication credentials will prevent successful execution.
    • Network connectivity issues can cause timeouts or failures when calling the Mindz API.
  • Error messages and resolutions:

    • "User not found" — Verify that the User ID is correct and exists in the system.
    • "Unauthorized" or "Authentication failed" — Check that the API credentials are correctly configured and valid.
    • "Network error" — Ensure stable internet connection and that the Mindz API endpoint is reachable.

Links and References

  • Mindz API documentation (general reference for API endpoints and authentication)
  • n8n OAuth2 credential setup guide (for configuring API authentication)

Discussion