
Announcements
Hi everyone,
Is it possible to retrieve specific attributes from Azure AD and use them in Power Automate? For example, with my flow below i can get some basic attributes but not <hiredate> or <birthdate>. How would i achieve this?
Hi @Anonymous
In the get user action, could you try to add an expression like: &select=hiredate after the username?
If not, you'll have to create an App Registration and use Graph API from Power Automate: Calling Graph API From Power Automate Flow (c-sharpcorner.com)
Hope it helps!
Ferran