CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list audit logs for a specified tenant. It is useful for administrators or security professionals who need to monitor and review audit logs related to tenant activities. For example, it can be used to track changes, access events, or security incidents within a tenant environment.

Use Case Examples

  1. Listing audit logs for a tenant to monitor security events.
  2. Retrieving audit logs to investigate changes made in the tenant environment.

Properties

Name Meaning
Tenant Filter Specifies the tenant ID or domain name to filter the audit logs for the desired tenant.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • auditLogs - Array of audit log entries retrieved for the specified tenant.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • Ensure the tenant filter is correctly specified as a valid tenant ID or domain name; incorrect values may result in no data or errors.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option only if you trust the source.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeout settings should be adjusted based on network conditions; too short a timeout may cause premature request termination.

Discussion