Using SmarterStreaming with windows.net

Java integration

Install
# Maven: see https://github.com/daniulive/SmarterStreaming
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
SmarterStreaming
Java
API
windows.net
windows.net:graphrbac
At a glance
Language Java
Endpoints56
Base URLhttps://graph.windows.net