CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list calendar permissions for a specified user. It is useful in scenarios where you need to retrieve and manage calendar access rights within an organization, such as auditing permissions or synchronizing calendar settings across users. For example, an admin can use this node to fetch all calendar permissions for a user identified by their email or user ID.

Use Case Examples

  1. Retrieve all calendar permissions for a user to audit access rights.
  2. Fetch calendar permissions filtered by tenant ID or domain to manage organizational calendar sharing policies.

Properties

Name Meaning
User ID The email address or ID of the user to get the calendar permissions for.
Tenant Filter The tenant ID of the user or the domain name (e.g., "n8layer.com") to filter the calendar permissions.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • permissions - List of calendar permissions retrieved for the specified user.

Dependencies

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

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 you trust the source, enable 'Ignore SSL Issues' to bypass validation.
  • Check proxy settings if requests fail due to network restrictions.
  • Timeout errors can occur if the server is slow; increase the timeout setting if needed.

Links

Discussion