CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list roles within a specified tenant. It is useful for administrators or automation workflows that need to retrieve role information for a tenant identified by its ID or domain name. For example, it can be used to audit roles assigned in a tenant or to integrate role data into other systems.

Use Case Examples

  1. Retrieve all roles for a tenant by specifying the tenant ID or domain name.
  2. Automate role listing to monitor changes in tenant roles over time.

Properties

Name Meaning
Tenant Filter Specifies the tenant ID or domain name to filter the roles for this tenant.
Request Options Additional request settings such as batching, SSL certificate validation, proxy configuration, and request timeout.

Output

JSON

  • roles - Array of role objects retrieved from the tenant.

Dependencies

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

Troubleshooting

  • Ensure the tenant ID or domain name is correctly specified; incorrect values will result in no data or errors.
  • If SSL certificate validation fails and the 'Ignore SSL Issues' option is not enabled, requests may be blocked.
  • 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; adjust the timeout setting accordingly.

Discussion