CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list Teams Voice information for a specified tenant in Microsoft Teams & SharePoint. It is useful for administrators who need to retrieve voice-related data for a tenant, such as phone system configurations or voice routing details. Practical applications include auditing voice settings, managing voice licenses, or integrating voice data into workflows.

Use Case Examples

  1. List all Teams Voice configurations for a tenant by providing the tenant ID or domain name.
  2. Use batching options to handle large data sets efficiently when retrieving Teams Voice information.

Properties

Name Meaning
Tenant Filter The tenant ID or domain name to filter the Teams Voice data for the specific tenant.
Request Options Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and request timeout.

Output

JSON

  • teamsVoiceData - The JSON output containing the list of Teams Voice information for the specified 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 to respond; adjust the timeout setting as needed.

Discussion