CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list the groups a specific user belongs to within a tenant. It is useful for scenarios where you need to retrieve user group memberships for access control, auditing, or user management purposes. For example, an administrator can use this node to fetch all groups associated with a user to verify permissions or to automate group-based workflows.

Use Case Examples

  1. Retrieve all groups for a user to audit their access rights.
  2. Fetch user groups to synchronize with another system or application.

Properties

Name Meaning
User ID The unique identifier of the user whose groups are to be listed.
Tenant Filter The tenant ID to filter the user groups within a specific tenant context.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • groups - An array of group objects representing the groups the user belongs to.

Dependencies

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

Troubleshooting

  • Ensure the User ID and Tenant Filter are correctly specified; incorrect IDs will result in no data or errors.
  • If SSL certificate validation fails and the request is blocked, enable the 'Ignore SSL Issues' option to bypass validation (not recommended for production).
  • Proxy settings must be correctly configured if used; incorrect proxy details can cause request failures.
  • Timeouts can occur if the server is slow or unresponsive; increase the timeout setting if necessary.

Discussion