CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list Microsoft Teams within a specified tenant. It is useful for scenarios where users need to retrieve and manage Teams data from a particular tenant, such as in IT administration, reporting, or automation workflows involving Teams management.

Use Case Examples

  1. An IT admin wants to list all Teams in a tenant to audit team usage.
  2. A workflow needs to fetch Teams data to synchronize with another system.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to filter the Teams list.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • teams - Array of Teams objects retrieved from the tenant.

Dependencies

  • Requires an API key credential for authenticating with the CIPP API.

Troubleshooting

  • Ensure the tenant filter is correctly specified as a valid tenant ID or domain name; incorrect values will result in no data or errors.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option only if you trust the network environment.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts can occur if the server is slow or unresponsive; increase the timeout value if necessary.

Links

Discussion