Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 760 Bytes

File metadata and controls

22 lines (14 loc) · 760 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\Beta\GraphServiceClient;
use Microsoft\Graph\Beta\Generated\Users\Item\Communications\CallSettings\Delegates\DelegatesRequestBuilderGetRequestConfiguration;


$graphServiceClient = new GraphServiceClient($tokenRequestContext, $scopes);

$requestConfiguration = new DelegatesRequestBuilderGetRequestConfiguration();
$queryParameters = DelegatesRequestBuilderGetRequestConfiguration::createQueryParameters();
$queryParameters->filter = "allowedActions/receiveCalls eq true";
$requestConfiguration->queryParameters = $queryParameters;


$result = $graphServiceClient->me()->communications()->callSettings()->delegates()->get($requestConfiguration)->wait();