microsoft-graph-docs
microsoft-graph-docs copied to clipboard
Documentation for the Microsoft Graph REST API
This is the follow up PR to add deprecation tag to the old models We have already added this tag in CSDL
In my testing it appears that these permissions are manageable at the site level and cannot be applied to sub-sites. Do sub-sites inherit these permissions when set at the parent...
Many of our users have raised concerns for our c# example w.r.t adding file attachment
How does one read the results from this example?: [List licenseDetails](https://learn.microsoft.com/en-us/graph/api/user-list-licensedetails?view=graph-rest-1.0&tabs=go) ``` graphClient := msgraphsdk.NewGraphServiceClientWithCredentials(cred, scopes) result, err := graphClient.Me().LicenseDetails().Get(context.Background(), nil) ``` This becomes a `models.LicenseDetailsCollectionResponseable`, but there is no...
https://pkg.go.dev/github.com/microsoftgraph/[email protected]/Me/SendMail --- #### Document Details ⚠ *Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.* * ID: d3b984b6-9100-69aa-f0f8-84bcdcea20dd * Version Independent ID: 3f8b622d-becd-f287-98ac-18e408200523 * Content:...
Inconsistency in delta availability in US gov cloud On: https://learn.microsoft.com/en-us/graph/delta-query-overview#national-clouds It states: "National clouds Delta queries are available for customers hosted on the public cloud and Microsoft Graph China operated...