Hi,
I need to get users custom attributes by invoke an http request. I have done a test but I am getting an error (The response is not in a JSON format.)
Hi @VictorIvanidze,
You are absolutely right. I did not think about that connector, but yeah, that would not need an App Registration in AAD. Nevertheless, I don't think my solution was wrong 😉, yours is just easier in this case 😅!
Hi @Anonymous,
you don't need to create an App Registration in Azure AD if you are using the action "Send an HTTP request " from "Office 365 groups" connector.
Hi @YAYA,
If I understand correctly you want to connect to Microsoft Graph API using Power Automate. To do this you first need to create an App Registration in Azure AD in which you define the Graph API permissions. This article explains how to do that:
https://www.msautomate.com/2022/06/15/create-an-app-registration-for-microsoft-graph-api/
After that you can connect to your App Registration from within your Power Automate flow using the HTTP connector. How to set this up is explained in this article:
https://www.msautomate.com/2022/06/15/graph-in-power-automate-http-connector/
I hope this solves your problem!