CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune resource of the CIPP API, specifically to add an Office App. It is useful for automating the deployment or management of Office applications within an organization's Intune environment. For example, it can be used to programmatically add Office apps to devices managed by Intune, streamlining software distribution and updates.

Use Case Examples

  1. Automate adding Office apps to managed devices in Intune.
  2. Integrate Office app deployment into a larger IT workflow for device management.

Properties

Name Meaning
Request Options Settings to customize the HTTP request behavior, including batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • response - The JSON response from the CIPP API after adding the Office app via Intune.

Dependencies

  • Requires an API key credential for authenticating 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 proxy settings are correct if using a proxy; incorrect proxy configuration can cause request failures.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if needed.

Links

Discussion