CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the Intune API to list devices within a specified tenant. It is useful for IT administrators and support teams who need to retrieve and manage device inventories in their organization's Intune environment. For example, it can be used to generate reports on enrolled devices or to automate device management workflows.

Use Case Examples

  1. List all devices registered under a specific tenant to monitor device compliance.
  2. Retrieve device details to integrate with asset management systems.

Properties

Name Meaning
Tenant Filter Specifies the default .onmicrosoft.com tenant name to filter the devices for the request.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout to customize the API call behavior.

Output

JSON

  • devices - An array of device objects retrieved from the Intune API, representing the devices registered under the specified tenant.

Dependencies

  • Requires an API key credential for authentication to the Intune API.

Troubleshooting

  • Ensure the Tenant Filter is correctly set to a valid .onmicrosoft.com tenant name to avoid empty or unauthorized responses.
  • If SSL certificate validation fails, enable 'Ignore SSL Issues' to bypass, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the API response is slow or times out.

Discussion