For the complete list of supported Graph API resources, refer to the Microsoft Graph API documentation.To figure the exact OAuth scope you will require based on the objects you need to integrate with, you can use a tool such as Graph Permissions Explorer.
To connect Microsoft services with Ampersand, you will need a Microsoft Account.Once your account is created, you’ll need to create an app in the Azure portal, configure the Ampersand redirect URI within the app, and obtain the following credentials from your app:
Client ID
Client Secret
Scopes
You will then use these credentials to connect your application to Ampersand.
If your integration has Read Actions, you’ll start getting webhook messages.
If your integration has Write Actions, you can start making API calls to our Write API.
If your integration has Proxy Actions, you can start making Proxy API calls.
In order to receive a refresh token and be able to access your customers’ Microsoft Graph APIs without reauthenticating, you must include the offline_access permission when registering the app with Ampersand