msgraph-sdk-php icon indicating copy to clipboard operation
msgraph-sdk-php copied to clipboard

Microsoft Graph Library for PHP.

Results 171 msgraph-sdk-php issues
Sort by recently updated
recently updated
newest added

### 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...

type:bug
dependency:metadata

### 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...

service bug
no-recent-activity
status:waiting-for-author-feedback

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...

documentation
type:question

### 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...

type:question

### 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...

bug: documentation
type:bug

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...

type:question

### 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...

type:enhancement

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:...

Needs: Attention :wave:

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...