CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list licenses associated with a tenant. It is useful for scenarios where you need to retrieve and manage license information for a specific tenant within an organization, such as auditing licenses, monitoring usage, or integrating license data into workflows.

Use Case Examples

  1. Retrieve all licenses for a given tenant to generate a report.
  2. Fetch license details to automate compliance checks or renewals.

Properties

Name Meaning
Tenant Filter Specifies the tenant for which licenses should be listed. This is a required string input to filter licenses by tenant.
Request Options Additional settings to control the request behavior, including batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • licenses - Array of license objects retrieved from the CIPP API for the specified tenant.

Dependencies

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

Troubleshooting

  • Ensure the tenant filter is correctly specified; an empty or incorrect tenant may result in no licenses being returned.
  • If SSL errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts may occur if the server is slow or unresponsive; adjust the timeout setting accordingly.

Discussion