Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
OlivierS
Partner - Contributor III
Partner - Contributor III

Microsoft Graph API

Hi,

I need to create an automation that will use Microsoft Graph API. 

Unfortunately, I struggle to find the correct block to configure in the automation panel. Everything works perfectly in postman :s

The first block i need to use is of course the login Post call to get a fresh token from my Azure application.

https://login.microsoftonline.com/{TenanID}/oauth2/v2.0/token

Once this one is done, i suppose the reste to be pretty forward using the Raw API Request Block

Does anyone got a solution for that ?

Labels (1)
1 Solution

Accepted Solutions
2 Replies
OlivierS
Partner - Contributor III
Partner - Contributor III
Author

Thanks jpenullar, my problem came from the oauth_scop. Problem solved, thanks