CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

The CIPP node interacts with the CIPP API to perform various operations related to organizational management and administration. Specifically, the 'List Extension Sync' operation under the 'CIPP Administration' resource allows users to retrieve synchronization information about extensions. This node is useful for automating administrative tasks, managing user and group data, and integrating CIPP API functionalities into workflows. For example, it can be used to list synchronized extensions in an organization's system to monitor or audit extension sync status.

Use Case Examples

  1. Automate retrieval of extension synchronization status for reporting.
  2. Integrate extension sync data into a larger workflow for user management.

Properties

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

Output

JSON

  • extensionSyncList - List of extension synchronization records retrieved from the CIPP API.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate errors, enable 'Ignore SSL Issues' to bypass certificate validation (not recommended for production).
  • Ensure the OAuth2 API credential is correctly configured and has valid permissions to access the CIPP API.
  • If requests time out, increase the 'Timeout' setting or check network connectivity.
  • When using batching, ensure batch size and interval are set appropriately to avoid rate limiting or performance issues.

Links

Discussion