windows.net

The Graph RBAC Management Client

🔑 oauth2 56 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (2 total)

# See https://github.com/MKXJun/DirectX11-With-Windows-SDK
# See https://github.com/microsoft/WindowsAppSDK
curl examples
Gets the details for the currently logged-in user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://graph.windows.net/{tenantID}/me
Gets list of users for the current tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://graph.windows.net/{tenantID}/users
Gets list of groups for the current tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://graph.windows.net/{tenantID}/groups
Endpoints (56 total)
GET
/{tenantID}/me
Gets the details for the currently logged-in user.
GET
/{tenantID}/users
Gets list of users for the current tenant.
GET
/{tenantID}/groups
Gets list of groups for the current tenant.
GET
/{tenantID}/domains
Gets a list of domains for the current tenant.
GET
/{tenantID}/applications
Lists applications by filter parameters.
GET
/{tenantID}/me/ownedObjects
Get the list of directory objects that are owned by the user.
GET
/{tenantID}/groups/{objectId}
Gets group information from the directory.
GET
/{tenantID}/servicePrincipals
Gets a list of service principals from the current tenant.
GET
/{tenantID}/deletedApplications
Gets a list of deleted applications in the directory.
GET
/{tenantID}/domains/{domainName}
Gets a specific domain in the current tenant.
GET
/{tenantID}/users/{upnOrObjectId}
Gets user information from the directory.
GET
/{tenantID}/oauth2PermissionGrants
Queries OAuth2 permissions grants for the relevant SP ObjectId of an app.
Language coverage
C++
2
At a glance
Total SDKs2
Languages1
Endpoints56
Authoauth2
Categories1
https://graph.windows.net
Other Windows APIs (1)
batch-BatchService