AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation removes a user's membership from a distributor. It is useful in scenarios where you need to revoke access or remove users from a distributor's group or organization within an application or system that manages distributors and their users. For example, if a user no longer should have access to distributor resources or services, this operation can be used to remove their membership cleanly.

Properties

Name Meaning
Body JSON object containing additional parameters for the removal request. This is sent as query parameters.
Id The unique numeric identifier of the user whose membership is to be removed.

Output

The output will contain a json field representing the response from the API after attempting to remove the user's membership. The exact structure depends on the API response but typically includes confirmation of success or details about the removal operation. There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication with the external service managing distributors.
  • The base URL for API requests is set to https://api.dnsfilter.com.
  • The node uses standard HTTP headers including Accept: application/json and Content-Type: application/json.

Troubleshooting

  • Common issues:
    • Providing an invalid or non-existent user ID will likely result in an error indicating the user was not found.
    • Malformed JSON in the Body property may cause the request to fail.
    • Missing or invalid API credentials will prevent successful authentication.
  • Error messages:
    • Authentication errors usually indicate missing or incorrect API keys; verify credentials are correctly configured.
    • Validation errors may occur if required properties like Id or Body are missing or improperly formatted.
    • Network or server errors might happen if the external API is unreachable; check network connectivity and API status.

Links and References

  • [API Documentation for Distributor User Management] (Not provided in source; refer to your service provider’s API docs)
  • n8n documentation on HTTP Request Node for understanding how JSON and query parameters are handled.

Discussion