Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 ?
Thanks jpenullar, my problem came from the oauth_scop. Problem solved, thanks