CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to restore a deleted user item within a specified tenant. It is useful in scenarios where a user account or related item has been deleted and needs to be recovered. For example, an administrator can restore a mistakenly deleted user account by providing the tenant ID or domain and the ID of the deleted item to be restored.

Use Case Examples

  1. Restoring a deleted user account in a tenant by specifying the tenant ID and the deleted user's item ID.
  2. Recovering a deleted mailbox or user-related item within an organization's tenant.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to specify the tenant context for the restore operation.
Item ID The ID of the deleted item to restore within the specified tenant.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration to control the API request behavior.

Output

JSON

  • restoredItem - The restored deleted item details returned from the CIPP API after successful restoration.

Dependencies

  • CIPP API with OAuth2 authentication

Troubleshooting

  • Ensure the tenant ID or domain name is correct and accessible.
  • Verify the item ID corresponds to a valid deleted item in the tenant.
  • Check API credentials and OAuth2 token validity for authentication errors.
  • If SSL issues occur, consider enabling the 'Ignore SSL Issues' option cautiously.
  • Proxy settings must be correctly configured if used, including authentication if required.
  • Timeouts can be adjusted if the server response is slow to avoid premature request abortion.

Links

Discussion