CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to create or add a group within a specified tenant. It is useful for managing group memberships and configurations in multi-tenant environments, allowing users to specify tenants and domain details for group creation or addition. Practical applications include automating group management tasks in organizational IT systems or cloud services.

Use Case Examples

  1. Creating a new group in a tenant with a specified default domain name.
  2. Adding an existing group to selected tenants for centralized management.

Properties

Name Meaning
Selected Tenants Specifies the tenants to which the group will be added or created.
Tenant ID The unique identifier of the tenant where the group will be created or added. This is a required field.
Default Domain Name The default domain name associated with the group being created or added.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • groupId - The unique identifier of the created or added group.
  • groupName - The name of the created or added group.
  • tenantId - The tenant identifier where the group was created or added.
  • status - The status of the group creation or addition operation.

Dependencies

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

Troubleshooting

  • Ensure the Tenant ID is correctly specified and exists in the system to avoid errors related to tenant not found.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked; enable this option cautiously if necessary.
  • Proxy settings must be correctly configured if used, including authentication details if required.
  • Timeout settings should be adjusted based on network conditions to prevent premature request abortion.

Discussion