AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node operation retrieves a list of mobile devices associated with a specified mailbox. It is useful in scenarios where you need to audit, monitor, or manage mobile devices connected to user mailboxes, such as in enterprise environments for security compliance or device inventory management.

For example, an IT administrator could use this node to fetch all mobile devices linked to a particular employee's mailbox to verify authorized access or troubleshoot synchronization issues.

Properties

Name Meaning
Mailbox The identifier (e.g., email address) of the mailbox whose mobile devices are to be listed.
Tenantfilter A filter string to specify the tenant context or scope under which to retrieve the devices.

Output

The output JSON contains the list of mobile devices associated with the specified mailbox. Each item in the list typically includes details about a mobile device such as device ID, type, status, and other relevant metadata.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authentication to the AvantGuard CIPP service.
  • The node uses a base URL configured from credentials to connect to the external API endpoint.
  • The node depends on the @avantguardllc/n8n-openapi-node package and an OpenAPI specification (openapi.json) bundled within the node for request building.

Troubleshooting

  • Missing or invalid API credentials: Ensure that the API key credential is correctly configured and has sufficient permissions.
  • Incorrect mailbox or tenant filter values: Verify that the mailbox identifier and tenant filter strings are valid and correspond to existing entities in the system.
  • Network or connectivity issues: Confirm that the base URL is reachable and there are no firewall restrictions blocking the API calls.
  • Unexpected API responses: Check if the API endpoint has changed or if there are any service outages.

Links and References

Discussion