CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune resource of the CIPP API to list applications within a specified tenant. It is useful for administrators who need to retrieve and manage application data from Microsoft Intune environments. For example, it can be used to automate the retrieval of all applications deployed in an organization's Intune tenant for inventory or compliance purposes.

Use Case Examples

  1. An IT admin wants to generate a report of all applications installed via Intune across the company.
  2. Automating the synchronization of Intune application data with an internal asset management system.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the Intune applications list.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • applications - An array of application objects retrieved from the Intune tenant, containing details about each application.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API, specifically for accessing Intune data.

Troubleshooting

  • Ensure the Tenant Filter is correctly set to a valid .onmicrosoft.com tenant name to avoid empty or failed responses.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail to reach the API endpoint, especially in restricted network environments.
  • Timeout errors may occur if the server is slow to respond; increase the timeout setting if necessary.

Links

Discussion