CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list user counts filtered by tenant. It is useful for scenarios where you need to retrieve aggregated user data for a specific tenant, such as monitoring user distribution or usage statistics within an organization. For example, an admin can use this node to get the count of users belonging to a particular tenant ID.

Use Case Examples

  1. Retrieve the number of users for tenant ID '12345' to monitor user allocation.
  2. Get user counts filtered by tenant to generate reports on user distribution across different tenants.

Properties

Name Meaning
Tenant Filter The tenant ID used to filter users for counting.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • userCounts - The aggregated counts of users filtered by the specified tenant.

Dependencies

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

Troubleshooting

  • Ensure the tenant ID provided in the Tenant Filter is valid and exists in the system to avoid empty or error 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 due to network restrictions.
  • Timeout errors may occur if the server is slow; increase the timeout setting if needed.

Discussion