msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Microsoft Graph Library for PHP.
### Describe the bug I try to copy a file from folder A to folder B and I try to use `@microsoft.graph.conflictBehavior` but the request does not allow query parameters...
### Describe the bug I am trying to update the `mailboxSettings` of a user via the following script ```php $mailboxSettings = new MailboxSettings(); $automaticRepliesSetting = new AutomaticRepliesSetting(); $automaticRepliesSetting->setStatus(new AutomaticRepliesStatus(AutomaticRepliesStatus::DISABLED)); $automaticRepliesSetting->setExternalAudience(new...
I can't find any practical examples of how to apply logging to graph requests. When things don't work as expected it's really handy to be able to see what you...
### Is your feature request related to a problem? Please describe the problem. I am trying to send email using MIME format, The docs are provide examples how to do...
### Is your feature request related to a problem? Please describe the problem. When trying to Get values from a UsedRange on an shared Excel. Graph Explorer provides the following...
Sorry, I am very dumb, I've searched around, and couldn't find how to do the most basic stuff with the latest v2 of SDK. I need to add the "Login...
### Describe the bug Native serialisation and deserialisation of models no longer works in v2. In the msgraph-sdk-php-core readme.md file it states: ``` We provide Microsoft Graph models for easy...
Hi Microsoft Support Team, My issue is related to Microsoft Graph APIs. When I make a call to an **internal user**, or an **internal user** calls me, I am able...
What could be wrong here? It worked earlier and stopped to work about 2 weeks ago. ``` GET /v1.0/me/drive/special/approot HTTP/1.1 Content-Type: application/json SdkVersion: Graph-php-1.110.0 Authorization: Bearer ******** User-Agent: GuzzleHttp/7 Host:...
Please help me, i'm confused I have project using laravel and laravel socialite, i got access_token from laravel socialite. How to use that access_token in this package? I use this...