CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to retrieve information about a specific tenant. It is useful in scenarios where you need to fetch tenant details by specifying a tenant ID or domain name, such as managing tenant configurations or auditing tenant data within an organization.

Use Case Examples

  1. Fetch tenant details by tenant ID to verify tenant configuration.
  2. Retrieve tenant information using the domain name for reporting or monitoring purposes.

Properties

Name Meaning
Tenant Filter Specify the tenant ID or domain name to identify which tenant's information to retrieve.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • tenantId - The unique identifier of the tenant.
  • tenantDomain - The domain name associated with the tenant.
  • tenantDetails - Additional details and metadata about the tenant retrieved from the CIPP API.

Dependencies

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

Troubleshooting

  • Ensure the tenant ID or domain name is correctly specified; incorrect values will result in no data or errors.
  • If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests may be blocked; enable this option cautiously if needed.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts may occur if the server is slow to respond; increase the timeout setting if necessary.

Discussion