CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list Teams activity data filtered by a specified tenant. It is useful for scenarios where users need to monitor or analyze Microsoft Teams usage and activity within a particular tenant, such as generating reports on user engagement or auditing team collaboration.

Use Case Examples

  1. Listing Teams activity for a specific tenant to monitor usage patterns.
  2. Retrieving Teams activity data filtered by tenant domain for compliance auditing.

Properties

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

Output

JSON

  • activityData - The JSON array or object containing the Teams activity data retrieved from the CIPP API.

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 to avoid empty or error responses.
  • If SSL certificate validation errors occur, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions or firewall rules.
  • Adjust timeout settings if the server response is slow or times out frequently.

Discussion