Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
We are aware of an issue with the Product Downloads page and looking into it.
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
jpenuliar
Partner - Specialist III
Partner - Specialist III

2 Replies
jpenuliar
Partner - Specialist III
Partner - Specialist III

OlivierS
Partner - Contributor III
Partner - Contributor III
Author

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