AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve detailed mailbox information for a specific user within a tenant's list. It is useful in scenarios where you need to programmatically access or audit mailbox details of users in an organization, such as for compliance checks, user management, or reporting purposes.

For example, an IT administrator could use this node to fetch mailbox details of a particular user filtered by tenant, enabling automated workflows that monitor mailbox usage or integrate mailbox data into other systems.

Properties

Name Meaning
Tenantfilter A string value used to filter the tenant scope for which the user's mailbox details are retrieved.
Userid The identifier of the user whose mailbox details are to be fetched.

Output

The node outputs JSON data containing the mailbox details of the specified user within the given tenant. The exact structure depends on the API response but typically includes fields related to mailbox configuration, status, and metadata.

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 Accept: application/json and Content-Type: application/json.

Troubleshooting

  • Missing or invalid Tenantfilter/Userid: Ensure both required properties are provided; otherwise, the API call will fail.
  • Authentication errors: Verify that the API key credential is correctly set up and has necessary permissions.
  • API endpoint unreachable: Check network connectivity and that the base URL in credentials is correct.
  • Unexpected API responses: Confirm that the user ID exists within the specified tenant and that the tenant filter is valid.

Links and References

Discussion