AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve user count information filtered by a tenant identifier. Specifically, for the "List" resource and the "Retrieve List User Counts" operation, it fetches counts of users associated with a specified tenant. This can be useful in scenarios where you need to monitor or analyze user distribution across different tenants within an organization or system.

Practical examples include:

  • Generating reports on user counts per tenant.
  • Monitoring tenant activity levels.
  • Integrating tenant user statistics into dashboards or workflows.

Properties

Name Meaning
Tenantfilter A required string used as a query parameter to filter the user counts by tenant ID/name.

Output

The node outputs JSON data containing the user counts corresponding to the specified tenant filter. The exact structure depends on the API response but generally includes fields representing counts of users related to the tenant.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • Needs the base URL of the AvantGuard CIPP API configured in the credentials.
  • Depends on the @avantguardllc/n8n-openapi-node package for building request properties from the OpenAPI specification.

Troubleshooting

  • Missing or invalid tenantfilter: Since the tenantfilter property is required, omitting it or providing an invalid value will likely cause the API call to fail or return no data.
  • Authentication errors: Ensure that the API key credential is correctly set up and has sufficient permissions.
  • Network or API endpoint issues: Verify the base URL configuration and network connectivity.
  • Unexpected API responses: Check if the tenantfilter value matches existing tenants; otherwise, the response may be empty or error-prone.

Links and References

Discussion