microsoft-graph-docs-contrib
microsoft-graph-docs-contrib copied to clipboard
Documentation for the Microsoft Graph REST API
- for fluent style SDKs, new items are added with a `Post` method, there is no `Add` method - `Header()` function -> `Headers` collection - a list of `QueryOptions` objects...
add optional timespan parameter
One needs 'User.Read.All' to read all the AdditionalProperties from 'Get-MgGroupMember'. Lack of this permission would result in returning only two properties - 'businessPhones' (with empty value) and '@odata.type'. **Instructions:** _Add...
This [permission](https://learn.microsoft.com/en-us/graph/permissions-reference#rolemanagementreadall) also allows to read role assignments --- > [!NOTE] > The following guidance is for Microsoft employees only. Community contributors can ignore this message; our content team will...
This PR addresses Github issue https://github.com/microsoftgraph/microsoft-graph-docs-contrib/issues/891. The metadata in beta shows the properties updated in the file and one of them needs a description. The same applies to the v1...
Update documentation for Entitlement Management Policy creation to have the correct model for Verified ID issuer
Observed in an API response in a real env ``` { "@odata.context": "https://graph.microsoft.com/beta/$metadata#onPremisesPublishingProfiles('applicationProxy')/connectorGroups", "value": [ { "id": "a1ab5519-", "name": "Default", "region": "eur", "connectorGroupType": "applicationProxy", "isDefault": true }, { "id": "5e725447-",...
As per [this doc](https://learn.microsoft.com/en-us/entra/external-id/reset-redemption-status#use-powershell-to-reset-redemption-status), it is clear that 'User.Readwrite.All' permissions are required to reset invitation redemption status using the Create invitations API. However, on this doc that I'm now proposing...
Can someone please add the correct error text for this error code that we are seeing for failed updates in Intune? -2016327712 | 0x87d147e0. It also needs to be updated...