CIPP icon

CIPP

Interact with CIPP API

Actions129

Overview

This node interacts with the CIPP API to list Teams LIS (Location Information Service) locations filtered by a specified tenant. It is useful for scenarios where users need to retrieve location data associated with Microsoft Teams within a particular tenant environment, such as for administrative reporting or integration with other systems.

Use Case Examples

  1. Retrieve all Teams LIS locations for a given tenant ID to monitor or audit location data.
  2. Filter Teams LIS locations by tenant domain name to integrate location information into a custom dashboard.

Properties

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

Output

JSON

  • locations - Array of Teams LIS location objects returned from the API, filtered by the specified tenant.

Dependencies

  • CIPP API with OAuth2 authentication

Troubleshooting

  • Ensure the tenant filter is correctly specified as a valid tenant ID or domain name; incorrect values may result in empty or error responses.
  • 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 may occur if the server is slow to respond; adjust the timeout setting accordingly.

Links

Discussion