CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list deleted user items within a specified tenant. It is useful for administrators who need to audit or recover deleted user accounts or related data in a multi-tenant environment. For example, an IT admin can use this node to retrieve all deleted users from a particular tenant domain or ID to manage user lifecycle or compliance.

Use Case Examples

  1. List all deleted users in tenant 'example.com' to audit recent deletions.
  2. Retrieve deleted user items in batches to handle large datasets efficiently.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to filter the deleted user items for.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • deletedItems - Array of deleted user items retrieved from the tenant.
  • metadata - Additional metadata about the request or response, such as pagination info.

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; incorrect values may result in empty or error responses.
  • If SSL certificate validation fails and 'Ignore SSL Issues' is not enabled, requests may be blocked; enable this option only if you trust the network environment.
  • Batching settings must be configured properly to avoid overwhelming the API or hitting rate limits; adjust batch size and interval accordingly.
  • Proxy settings must be correct if used; incorrect proxy URLs or credentials will cause request failures.
  • Timeouts may occur if the server is slow or unresponsive; increase the timeout value if necessary.

Discussion