Feb 16 2019 04:37 PM
Hello,
I am new to Microsoft Flow.
Creating a flow which requires getting user's information from Azure Active Directory, like Manager name and email address.
How to get user's information from AAD?
Feb 16 2019 11:23 PM
Jul 17 2019 01:28 PM
@PriyaRaskar there is an Azure AD Connector though it appears to only support retrieving a limited set of properties, including Mail and Mobile Phone, but not including Manager (Reports-To) or Department.
It's odd, you can set a user's manager or their department using Flow or Logic Apps, but there doesn't seem to be a way to retrieve their current values.
Documentation:
https://docs.microsoft.com/en-us/connectors/azuread/
Jul 17 2019 01:45 PM
Solution@ERobillard Thank you for the help Eli Robillard.
As you mentioned, I couldn't find a way to get Manager Name, but I found a work around to get Manager's email ID to send an email, which was the requirement.
I used Get Manager(V2) connector and passed User's email ID as User(UPN) and retrieved his manager's email ID.
Jul 17 2019 01:52 PM
Jul 17 2019 01:45 PM
Solution@ERobillard Thank you for the help Eli Robillard.
As you mentioned, I couldn't find a way to get Manager Name, but I found a work around to get Manager's email ID to send an email, which was the requirement.
I used Get Manager(V2) connector and passed User's email ID as User(UPN) and retrieved his manager's email ID.