ees_microsoft_teams/microsoft_teams_client.py [49:58]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                )

        parsed_response = get_data_from_http_response(
            logger=self.logger,
            response=response_list,
            error_message="Could not fetch the teams from Microsoft Teams",
            exception_message="Error while fetching the teams from Microsoft Teams",
        )

        return parsed_response
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



