CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API, specifically supporting the 'CIPP Administration' resource with the 'Execute API Client (POST)' operation. It allows users to send POST requests to the CIPP API, enabling automation and integration with CIPP administrative functions. Common use cases include managing administrative tasks, automating workflows, and integrating CIPP API capabilities into broader automation processes.

Use Case Examples

  1. Automate user or group management tasks in CIPP Administration by sending POST requests.
  2. Integrate CIPP administrative API calls into a workflow to update settings or configurations automatically.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • responseData - The JSON response data returned from the CIPP API after executing the POST request.

Dependencies

  • Requires an OAuth2 API credential for authentication to 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 valid to avoid authentication errors.
  • If using a proxy, verify the proxy URL and credentials are correct to prevent connection failures.
  • Adjust timeout settings if the server response is slow to avoid premature request abortion.

Discussion