AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation deletes (destroys) a user from an organization by specifying the user's network ID and the organization's ID. It is useful in scenarios where you need to programmatically remove users from an organization, such as automating user management workflows or cleaning up inactive accounts.

Practical examples include:

  • Automatically removing users who no longer belong to an organization.
  • Integrating with HR systems to sync user access based on employment status.
  • Managing user lifecycle in security or compliance automation.

Properties

Name Meaning
Id The unique network ID of the user to delete. Must be a number.
Organization Id The unique ID of the organization from which the user will be removed. Must be a number.

Output

The output JSON typically contains confirmation of the deletion action. This may include status messages or details about the deleted user record. No binary data output is expected.

Dependencies

  • Requires an API key credential for authentication with the external service managing organizations and users.
  • The node uses a base URL https://api.dnsfilter.com indicating it interacts with the AvantGuard DNSFilter API.
  • Proper configuration of this API key credential within n8n is necessary for successful execution.

Troubleshooting

  • Common issues:
    • Invalid or missing user ID or organization ID will cause the operation to fail.
    • Authentication errors if the API key credential is not set or invalid.
    • Network connectivity issues to the external API endpoint.
  • Error messages:
    • "Unauthorized" or "Authentication failed": Check that the API key credential is correctly configured and valid.
    • "User not found" or "Organization not found": Verify that the provided IDs exist and are correct.
    • "Bad Request": Ensure that the input properties are numbers and required fields are filled.

Links and References

Discussion