CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list all users. It is useful for scenarios where you need to retrieve a comprehensive list of users from the CIPP system, such as for user management, reporting, or synchronization tasks. For example, an organization might use this node to fetch all user data to update an internal directory or to audit user access.

Use Case Examples

  1. Retrieve all users in batches to handle large datasets efficiently.
  2. Fetch user data with custom timeout and proxy settings for network configurations.

Properties

Name Meaning
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout.

Output

JSON

  • users - Array of user objects retrieved from the CIPP API.

Dependencies

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

Troubleshooting

  • If the node fails due to SSL certificate issues, enable 'Ignore SSL Issues' to bypass validation (not recommended for production).
  • Timeout errors can occur if the server is slow; increase the 'Timeout' value to allow more time for responses.
  • Batching settings must be configured correctly to avoid overwhelming the API or hitting rate limits.

Links

  • CIPP API Documentation - Official documentation for the CIPP API, including user listing endpoints and request options.

Discussion