AvantGuard - ClerkChat icon

AvantGuard - ClerkChat

AvantGuard - ClerkChat

Overview

The "Import Team Users" operation for the "Reseller" resource allows importing users into a specified team by their user IDs. This node is useful in scenarios where you need to programmatically add multiple users to a team within a reseller environment, such as onboarding new members or synchronizing team membership from an external system.

For example, if you manage teams and want to bulk import users into a team based on their unique user IDs, this node facilitates that process by sending the necessary data to the backend service.

Properties

Name Meaning
Team Id The unique identifier of the team into which users will be imported.
Additional Body Fields Optional additional fields to include in the request body. Currently supports:
  - User Id The unique identifier of a user to import into the team.

Output

The node outputs JSON data representing the response from the import operation. This typically includes confirmation of the users imported or any relevant status messages returned by the API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential or similar authentication token configured in n8n to authorize requests.
  • Depends on an external API endpoint (the reseller service) to perform the import operation.
  • The base URL for the API and headers like Accept and Content-Type are preset in the node configuration.

Troubleshooting

  • Missing or invalid Team Id: Ensure the "Team Id" property is provided and correctly references an existing team.
  • Invalid User Ids: If user IDs are incorrect or do not exist, the import may fail or partially succeed. Verify user IDs before import.
  • Authentication errors: Confirm that the API credentials are valid and have sufficient permissions to perform imports.
  • API connectivity issues: Network problems or incorrect base URL settings can cause failures; verify connectivity and configuration.
  • Unexpected API responses: Check the API documentation for error codes and messages to understand failure reasons.

Links and References

  • Refer to the reseller service API documentation for detailed information about the import users endpoint and required parameters.
  • Consult n8n documentation on how to configure API credentials and use custom nodes with collections.

Discussion