Skip to main content

Provides a python wrapper around the Microsoft Graph API. Current SDKs from Microsoft are in Preview mode.

Project description

export PATH="$HOME/.local/bin:$PATH"

Docs: https://learn.microsoft.com/en-us/graph/api/resources/group?view=graph-rest-1.0

How to use

from ms_graph_client import GraphAPI, GraphAPIConfig, GraphCacheAPI
from ms_graph_client.services.groups import Groups

client_id = "xxxxxxxx"
tenant_id = "xxxxxxxx"
client_secret = "xxxxxxxx"

graphapi_config = GraphAPIConfig(
    client_id=client_id,
    tenant_id=tenant_id,
    client_secret=client_secret,
    api_url="https://graph.microsoft.com/v1.0",
)

#CRUD wrapper to expose enough to automate Group Management.
# This includes Create/Delete Azure AD Groups,
# Add/Remove Members of Groups, 
# Assign and Unassign the group to/from an Application

graph_api_wrapper = GraphAPI(config=config)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ms_graph_client-0.1.10.tar.gz (8.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ms_graph_client-0.1.10-py3-none-any.whl (18.1 kB view details)

Uploaded Python 3

File details

Details for the file ms_graph_client-0.1.10.tar.gz.

File metadata

  • Download URL: ms_graph_client-0.1.10.tar.gz
  • Upload date:
  • Size: 8.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.10.6 Linux/5.15.0-1034-azure

File hashes

Hashes for ms_graph_client-0.1.10.tar.gz
Algorithm Hash digest
SHA256 d03b7aa0fa903872bb0722b1955e00691cb9d3de3c189bff887b477180ee89e8
MD5 d659a173d90d8bfdd4af5cdde8f74208
BLAKE2b-256 4b837332a95d4132b2f3a71f3776540c76b58983094f2b46871365550f19e7aa

See more details on using hashes here.

File details

Details for the file ms_graph_client-0.1.10-py3-none-any.whl.

File metadata

  • Download URL: ms_graph_client-0.1.10-py3-none-any.whl
  • Upload date:
  • Size: 18.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.4.0 CPython/3.10.6 Linux/5.15.0-1034-azure

File hashes

Hashes for ms_graph_client-0.1.10-py3-none-any.whl
Algorithm Hash digest
SHA256 c3c9ac1845e81ee2d01d3e73f9a7f7a3f55b87960f4c8466540e8b569ea824f5
MD5 d3d8fb23fbbfe1cb1561b82a7a2c796d
BLAKE2b-256 a2ba2057bfd04e2c84065d6e1777083f5f9818af4a404437a9fb1cffcaa0c973

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page