CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to create or update excluded licenses within the License resource. It is useful for managing license exclusions by specifying SKU names and GUIDs, allowing automation of license management tasks in an organization.

Use Case Examples

  1. Automate the exclusion of specific licenses for users based on SKU names and GUIDs.
  2. Batch process multiple license exclusions to efficiently manage license assignments.

Properties

Name Meaning
Sku Name The SKU name of the license to be excluded or updated.
Guid The unique identifier (GUID) of the license to be excluded or updated.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration.

Output

JSON

  • responseData - The JSON response from the CIPP API after creating or updating excluded licenses.

Dependencies

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

Troubleshooting

  • Ensure the API credentials are correctly configured to avoid authentication errors.
  • If batching is enabled, verify batch size and interval settings to prevent request throttling or timeouts.
  • Check proxy settings if requests fail to connect to the API endpoint.
  • If SSL validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.

Discussion