AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve mailbox CAS (Client Access Server) information filtered by a tenant identifier. It is useful in scenarios where you need to query mailbox access details for specific tenants within an organization, such as auditing mailbox access or managing mailbox configurations per tenant.

A practical example would be retrieving mailbox CAS data for a particular tenant to monitor access patterns or troubleshoot connectivity issues related to that tenant's mailboxes.

Properties

Name Meaning
Tenantfilter A required string used to filter the mailbox CAS data by tenant. This value is sent as a query parameter named tenantfilter.

Output

The node outputs JSON data returned from the AvantGuard CIPP API endpoint corresponding to the mailbox CAS retrieval. The structure of the JSON output depends on the API response but generally includes mailbox CAS details filtered by the specified tenant.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the AvantGuard CIPP API.
  • The base URL for the API is configured via credentials and appended with /api.
  • The node uses HTTP headers specifying Accept: application/json and Content-Type: application/json.

Troubleshooting

  • Missing or invalid tenantfilter: Since tenantfilter is required, omitting it or providing an invalid value will likely cause the API request to fail or return no results.
  • Authentication errors: Ensure the API key credential is correctly configured and has necessary permissions.
  • API endpoint unreachable: Verify the base URL in credentials is correct and the network allows outbound requests to the AvantGuard CIPP API.
  • Unexpected API responses: Check if the tenantfilter value matches existing tenants; otherwise, the API might return empty or error responses.

Links and References

Discussion