CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list users. It is designed to retrieve user information based on specified parameters such as user ID and tenant filter. This node is useful in scenarios where you need to manage or analyze user data within a tenant, for example, in IT administration or user management workflows.

Use Case Examples

  1. Listing all users in a specific tenant to generate reports.
  2. Retrieving user details for a given user ID to verify access or permissions.

Properties

Name Meaning
User ID The user ID to use for the user. This is the ID of the user.
Tenant Filter The tenant filter to use for the user. This is the tenant ID of the user.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • userList
    • id - The unique identifier of the user.
    • name - The name of the user.
    • email - The email address of the user.
    • tenantId - The tenant ID associated with the user.

Dependencies

  • CIPP API
  • OAuth2 API key credential

Troubleshooting

  • Ensure the user ID and tenant filter are correctly specified; incorrect values may result in no data or errors.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeout settings should be adjusted based on network conditions to avoid premature request termination.

Discussion