CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to update tenant information. It allows users to modify tenant details such as Customer ID, Tenant Alias, and Tenant Groups. This operation is useful for managing tenant configurations in an automated workflow, for example, updating tenant details in bulk or integrating tenant management with other systems.

Use Case Examples

  1. Updating the alias and groups of a tenant based on external data.
  2. Automating tenant information updates as part of a larger IT management workflow.

Properties

Name Meaning
Customer ID Specify the customer ID to update.
Tenant Alias Specify the tenant alias to update.
Tenant Groups Specify the tenant groups to update.
Request Options Additional request options such as batching, SSL certificate validation, proxy settings, and timeout configuration.

Output

JSON

  • response - The JSON response from the CIPP API after updating the tenant.

Dependencies

  • CIPP API with OAuth2 authentication

Troubleshooting

  • Ensure the API credentials are correctly configured and have the necessary permissions to update tenant information.
  • Check network connectivity and proxy settings if requests fail or time out.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of the security risks.
  • Batching settings should be configured properly to avoid overwhelming the API or causing rate limits.

Discussion