CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to perform operations related to tenants, specifically here to clear the tenant cache. It is useful in scenarios where you need to refresh or reset cached tenant data to ensure the latest information is used. For example, after making changes to tenant settings or data, clearing the cache can help propagate those changes immediately.

Use Case Examples

  1. Clearing the cache for a tenant to update tenant-related data in an application.
  2. Refreshing tenant data after administrative changes to ensure consistency.

Properties

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

Output

JSON

  • success - Indicates whether the tenant cache was successfully cleared.
  • message - Additional information or status message from the cache clearing operation.

Dependencies

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

Troubleshooting

  • If the request times out, consider increasing the timeout setting or checking network connectivity.
  • SSL certificate errors can be bypassed by enabling the 'Ignore SSL Issues' option, but this reduces security.
  • Proxy settings must be correctly configured if a proxy is required; incorrect proxy details will cause request failures.
  • Batching settings should be adjusted carefully to avoid overwhelming the API or causing rate limits.

Links

  • CIPP API Documentation - Official documentation for the CIPP API, including details on tenant cache operations.

Discussion