msgraph-sdk-php
msgraph-sdk-php copied to clipboard
Microsoft Graph Library for PHP.
I'm attempting to get a list of drives in v2.0.0 RC9 for a given site so I can figure out what the drive ID is for a given document library...
The JSON Serializer ignores `null` values when serializing models preventing developers from explicitly setting `null` values. This also presents a challenge when one wants to retrieve a partial object and...
Is it possible to save attachments(encrypt complete mail) that come signed (multipart/signed)?
Hi, since 2.0.0-RC6 creating upload session stopped to work. Here is a code sample, which used to work until RC5: ```php use Microsoft\Graph\Generated\Drives\Item\Items\Item\CreateUploadSession\CreateUploadSessionPostRequestBody; use Microsoft\Graph\Generated\Models\DriveItemUploadableProperties; $itemProperties = new DriveItemUploadableProperties(); $itemProperties->setAdditionalData([...
Library version 2.3.0. When using the standard `GroupsRequestBuilderGetRequestConfiguration` to list groups, the property createdDateTime is returned with a real date of creation for all groups, (system and manually created alike)....
I am using the latest version (2.3.0), and I want to get the list of all sites. When I use the classical SitesRequestBuilderGetRequestConfiguration and invoke `$response = $context->sites()->get($configuration)->wait();` I get...
This pull request was automatically created by Azure Pipelines. **Important** Check for unexpected deletions or changes in this PR. ###### Microsoft Reviewers: [Open in CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/microsoftgraph/msgraph-sdk-php/pull/1486)