AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node operation retrieves a list of shared mailbox accounts that are enabled, filtered by a tenant identifier. It is useful in scenarios where an organization needs to programmatically access or audit shared mailboxes within a specific tenant environment, such as for compliance checks, reporting, or synchronization tasks.

For example, an IT administrator could use this node to fetch all enabled shared mailboxes for a particular tenant to generate usage reports or to automate mailbox management workflows.

Properties

Name Meaning
Tenantfilter A required string used as a query parameter to filter the shared mailbox accounts by tenant.

Output

The node outputs JSON data representing the list of enabled shared mailbox accounts filtered by the specified tenant. The exact structure depends on the API response but typically includes details about each shared mailbox account such as identifiers, display names, and status flags indicating if the mailbox is enabled.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authentication to the external service providing the shared mailbox data.
  • The node uses a base URL configured via credentials to connect to the relevant API endpoint.
  • The operation sends a GET request with the tenantfilter query parameter to retrieve the filtered list.

Troubleshooting

  • Missing or invalid tenantfilter: Since the tenantfilter property is required, omitting it or providing an incorrect value may result in errors or empty responses. Ensure the tenant identifier is correct and properly formatted.
  • Authentication errors: If the API key or authentication token is missing or invalid, the node will fail to connect. Verify that the API credentials are correctly set up in n8n.
  • API connectivity issues: Network problems or incorrect base URL configuration can cause request failures. Check the API endpoint URL and network accessibility.
  • Unexpected API response: If the API changes or returns unexpected data, the node might not parse the output correctly. Review the API documentation and update the node configuration accordingly.

Links and References

  • Refer to the external API documentation for details on the shared mailbox accounts endpoint and the expected query parameters.
  • Consult n8n documentation on how to configure API credentials and use HTTP request nodes for similar integrations.

Discussion