CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list named locations for a specified tenant. It is useful for administrators who need to retrieve and manage named location data within their tenant environment, such as for security or compliance purposes. For example, an admin can use this node to fetch all named locations configured in their Azure AD tenant to review or audit them.

Use Case Examples

  1. List all named locations for a tenant by specifying the tenant ID or domain name.
  2. Use batching options to handle large sets of named locations efficiently.

Properties

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

Output

JSON

  • namedLocations - Array of named location objects retrieved from the tenant.
  • metadata - Additional metadata about the response, such as pagination info if applicable.

Dependencies

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

Troubleshooting

  • Ensure the tenantFilter property is correctly set to a valid tenant ID or domain name; otherwise, the API call will fail.
  • If SSL certificate validation errors occur, consider enabling the 'Ignore SSL Issues' option, but be aware of security risks.
  • 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 value if needed.

Links

Discussion