AvantGuard - CIPP icon

AvantGuard - CIPP

AvantGuard - CIPP

Actions136

Overview

This node interacts with the AvantGuard CIPP API to retrieve user sign-in logs for a specified list. It is designed to fetch detailed sign-in information filtered by tenant and user ID, which can be useful for auditing, monitoring user activity, or troubleshooting authentication issues within an organization.

Practical examples include:

  • Retrieving sign-in logs for a specific tenant to monitor access patterns.
  • Fetching logs for a particular user to investigate suspicious login attempts.
  • Integrating sign-in data into dashboards or reports for security compliance.

Properties

Name Meaning
Tenantfilter A string value used to filter the sign-in logs by tenant.
Userid A string value specifying the user ID whose sign-in logs are to be retrieved.

Output

The node outputs JSON data containing the user sign-in logs corresponding to the specified tenant filter and user ID. The structure typically includes details such as timestamps, login status, IP addresses, and other relevant metadata about each sign-in event.

If the API supports binary data (not indicated here), it would represent attachments or log files related to the sign-in events; however, this node primarily deals with JSON responses.

Dependencies

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

Troubleshooting

  • Missing or invalid API credentials: Ensure that the API key and base URL are correctly set in the node credentials.
  • Empty or no results returned: Verify that the tenantfilter and userid values are correct and correspond to existing records in the AvantGuard system.
  • Network or connectivity issues: Check network access to the AvantGuard API endpoint.
  • API rate limits or permission errors: Confirm that the API key has sufficient permissions and that usage limits have not been exceeded.

Links and References

Discussion