About 833,000 results
Open links in new tab
  1. Build Python apps with Microsoft Graph - Microsoft Graph

    Jun 11, 2025 · This tutorial teaches you how to build a Python console app that uses the Microsoft Graph API to access data on behalf of a user.

  2. GitHub - microsoftgraph/msgraph-sdk-python

    We support popular python async environments such as asyncio, anyio or trio. The following is a complete example that shows how to fetch a user from Microsoft Graph.

  3. msgraph-sdk · PyPI

    Oct 23, 2025 · To start writing code and making requests to the Microsoft Graph service, you need to set up an authentication provider. This object will authenticate your requests to …

  4. Graph API Client (Python) | Microsoft Learn

    Sep 29, 2025 · A guide to using the Microsoft Graph API in Python, explaining the methods for accessing Microsoft 365 data using application or user tokens, with sample code for retrieving …

  5. microsoftgraph-python · PyPI

    Apr 8, 2024 · Microsoft graph API wrapper for Microsoft Graph written in Python. To use Microsoft Graph to read and write resources on behalf of a user, your app must get an access token …

  6. Microsoft Graph Filesystem — apache-airflow-providers-microsoft

    Files.Read - To read files Files.ReadWrite - To read and write files Sites.Read.All - To access SharePoint sites (if using sharepoint:// URLs) Cross-References ¶ Microsoft Graph API …

  7. Build Python apps with Microsoft Graph - Completed project

    This sample will introduce you to working with the Microsoft Graph SDK to access data in Microsoft 365 from Python applications. This code is the result of completing the Python …

  8. Extend Python apps with more Microsoft Graph APIs

    Jun 11, 2025 · Now that you have a working app that calls Microsoft Graph, you can experiment and add new features. Learn how to use app-only authentication with the Microsoft Graph …

  9. Microsoft Graph Core Python Client Library - GitHub

    We recommend to use this library with the full Python SDK. Upgrading to this version from the previous version of the Python Core library will introduce breaking changes into your …

  10. Add user authentication to Python apps for Microsoft Graph

    Jun 11, 2025 · In this article, you add user authentication to the application you created in Build Python apps with Microsoft Graph. You then use the Microsoft Graph user API to get the …