API calls for Microsoft 365
Microsoft 365 connector API calls to Microsoft Graph API for retrieval of data.
References
Authentication token
Uses the POST operation to retrieve an auth token used in other Graph API calls.
URI:
https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token
See Microsoft Graph docs for more information.
Organization
Uses the GET operation to retrieve information about M365 organization (tenant).
URI:
https://graph.microsoft.com/v1.0/organization
See Microsoft Graph docs for more information.
Users
Uses the GET operation to retrieve information about M365 users.
URI:
https://graph.microsoft.com/v1.0/users
See Microsoft Graph docs for more information.
Subscribed SKU
Uses the GET operation to retrieve information about a service SKU company is subscribed to.
URI:
https://graph.microsoft.com/v1.0/subscribedSkus
See Microsoft Graph docs for more information.
User changes
Uses the GET operation to retrieve newly created, updated, or deleted users without having to perform a full read of the entire user collection.
URI:
https://graph.microsoft.com/v1.0/users/delta
See Microsoft Graph docs for more information.
Reports
Uses the GET operation to retrieve information about applications activity and usage.
URI:
https://graph.microsoft.com/v1.0/reports/
See Microsoft Graph docs for more information.