AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation retrieves detailed information about a specific user within an organization. It is useful when you need to fetch user details such as profile data and optionally their authentication providers from an organization's user list. Typical use cases include administrative dashboards, auditing user access, or integrating user data into other systems.

For example, you might use this node to get the full profile of a user by their user ID and organization ID, including which authentication methods they have configured.

Properties

Name Meaning
Id The unique identifier of the user whose details you want to retrieve.
Organization Id The unique identifier of the organization where the user belongs.
Additional Query Parameters Optional parameters to customize the query. Currently supports:
• Include Auth Providers (boolean) - If true, returns the user's authentication providers along with their details. Defaults to true.

Output

The output JSON contains the detailed information of the specified user within the given organization. This typically includes user profile fields such as name, email, roles, status, and optionally authentication provider details if requested.

No binary data output is expected from this operation.

Dependencies

  • Requires an API key credential for authenticating requests to the external service.
  • The node uses a base URL pointing to the DNSFilter API endpoint.
  • Proper configuration of the API key credential in n8n is necessary for successful execution.

Troubleshooting

  • Missing or invalid user/organization IDs: Ensure that both the user ID and organization ID are correctly provided and exist in the system.
  • Authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Network issues: Check connectivity to the external API endpoint.
  • Unexpected response structure: Confirm that the API version matches the node's expectations; changes in the external API may require updating the node or its configuration.

Links and References

Discussion