CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list groups within a specified tenant. It allows users to retrieve detailed information about groups, including optionally fetching the members or owners of a specified group. This is useful for managing and auditing group memberships and ownerships in an organizational context.

Use Case Examples

  1. Listing all groups in a tenant to get an overview of organizational structure.
  2. Retrieving members of a specific group to manage access control.
  3. Fetching owners of a group to identify responsible administrators.

Properties

Name Meaning
Group ID Specifies the ID of the group to retrieve information for.
Members If specified, retrieves the members of the specified group.
Owners If specified, retrieves the owners of the specified group.
Tenant Filter Filters the groups by the specified tenant.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • groups
    • members - List of members in the group if the members option is specified.
    • owners - List of owners of the group if the owners option is specified.

Dependencies

  • CIPP API with OAuth2 authentication

Troubleshooting

  • Ensure the OAuth2 API credentials are correctly configured to avoid authentication errors.
  • If SSL certificate validation fails, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • Check proxy settings if requests fail due to network restrictions.
  • Adjust timeout settings if the API response is slow or times out.

Discussion