CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list inactive user accounts within a specified tenant. It is useful for administrators who need to identify and manage inactive accounts in their organization's tenant environment. For example, it can be used to generate reports on inactive users or to automate cleanup processes by identifying accounts that have not been active for a certain period.

Use Case Examples

  1. An IT administrator wants to list all inactive user accounts in a specific tenant to review and possibly disable or delete them.
  2. A security team uses the node to monitor inactive accounts regularly to ensure compliance with security policies.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name used to filter the inactive user accounts to be listed.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout to control how the API requests are made.

Output

JSON

  • users - Array of inactive user accounts returned from the CIPP API.

Dependencies

  • CIPP API with OAuth2 authentication

Troubleshooting

  • Ensure the tenant filter is correctly specified as a valid tenant ID or domain name; 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; enable this option only if you trust the source.
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeout settings should be adjusted based on network conditions; too short a timeout may cause premature request abortion.

Discussion