microsoft-graph-docs-contrib icon indicating copy to clipboard operation
microsoft-graph-docs-contrib copied to clipboard

Documentation for the Microsoft Graph REST API

Results 41 microsoft-graph-docs-contrib issues
Sort by recently updated
recently updated
newest added

- 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

changes requested
conflicting
content review in progress
no recent activity

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

area: Entra
area: groups
area: permissions
needs author feedback

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

area: permissions
review requested

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

blocked
changes requested
conflicting

Update documentation for Entitlement Management Policy creation to have the correct model for Verified ID issuer

area: Entra
area: governance
blocked
changes requested
conflicting
content review in progress
needs author feedback
request: awaiting validation

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

review requested

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

area: Entra
content review complete
ready to merge

blocked
content review complete
resolved: awaiting prod deployment

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

bug