AvantGuard - DNSFilter icon

AvantGuard - DNSFilter

AvantGuard - DNSFilter

Actions277

Overview

This node operation retrieves a list of users belonging to a specified organization. It is useful for scenarios where you need to manage or analyze user data within an organization, such as auditing user access, synchronizing user information with other systems, or generating reports on organizational membership.

For example, you might use this node to fetch all users in a company’s account to verify their roles or to integrate user data into a CRM system.

Properties

Name Meaning
Organization Id The unique numeric identifier of the organization whose users you want to retrieve.
Additional Query Parameters Optional parameters to customize the query; currently supports:
- Include Auth Providers: Boolean flag to include each user's authentication providers info.

Output

The output JSON contains an array of user objects representing the users in the specified organization. Each user object includes standard user details and, optionally, their authentication providers if requested.

If binary data were supported, it would typically represent files or attachments related to users, but this node focuses on JSON user data only.

Dependencies

  • Requires an API key credential for authenticating requests to the external service managing organizations and users.
  • The node uses a base URL endpoint (not explicitly shown here) to communicate with the organization's user management API.
  • No additional environment variables are indicated.

Troubleshooting

  • Missing or invalid Organization Id: Ensure the organization ID is provided and valid; otherwise, the API will return an error or empty results.
  • Authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
  • Network issues: Check connectivity to the external API endpoint.
  • Unexpected response format: If the API changes, the node may fail to parse user data correctly.

Links and References

  • Refer to the external API documentation for the organization user listing endpoint for detailed parameter descriptions and response schemas.
  • n8n documentation on how to configure API credentials and use collection-type input properties.

Discussion