Using hypervisor with windows.net

C++ integration

Install
# See https://github.com/Bareflank/hypervisor
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
SDK on GitHub 📄 API Docs
SDK
hypervisor
C++
API
windows.net
windows.net:graphrbac
At a glance
Language C++
Endpoints56
Base URLhttps://graph.windows.net