CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list CSP licenses for a tenant. It is useful for administrators or users who need to retrieve and manage license information within a tenant environment. For example, it can be used to automate license audits or integrate license data into reporting workflows.

Use Case Examples

  1. Retrieve all CSP licenses for a tenant to monitor license usage.
  2. Automate license management by fetching license details and triggering alerts for license renewals.

Properties

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

Output

JSON

  • licenses - Array of CSP license objects retrieved from the tenant.

Dependencies

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

Troubleshooting

  • If requests fail due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Ensure the OAuth2 API credential is correctly configured and has necessary permissions to access tenant license data.
  • If using a proxy, verify the proxy URL and credentials are correct to avoid connection failures.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Discussion