CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list tenants. It is useful for scenarios where you need to retrieve and manage tenant information from the CIPP system, such as in multi-tenant environments or administrative dashboards. For example, it can be used to fetch a list of all tenants for reporting or integration purposes.

Use Case Examples

  1. Retrieve a list of tenants to display in an admin panel.
  2. Fetch tenant data for synchronization with another system.

Properties

Name Meaning
Request Options Options to control the request behavior, including batching, SSL certificate validation, proxy settings, and timeout.

Output

JSON

  • tenants - Array of tenant objects returned from the CIPP API.

Dependencies

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

Troubleshooting

  • If the request times out, consider increasing the timeout setting.
  • If SSL certificate validation fails, enable the option to ignore SSL issues, but be aware of security risks.
  • Ensure the proxy settings are correct if using a proxy, including authentication details if required.
  • Batching settings should be configured properly to avoid overwhelming the API or hitting rate limits.

Links

Discussion