Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 500 Bytes

File metadata and controls

19 lines (12 loc) · 500 Bytes
description Automatically generated file. DO NOT MODIFY
<?php
use Microsoft\Graph\GraphServiceClient;
use Microsoft\Graph\Generated\Models\ReferenceUpdate;


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

$requestBody = new ReferenceUpdate();
$requestBody->setOdataId('https://graph.microsoft.com/v1.0/users/6ea91a8d-e32e-41a1-b7bd-d2d185eed0e0');

$graphServiceClient->users()->byUserId('user-id')->manager()->ref()->put($requestBody)->wait();