In the Microsoft flow or power automate tutorial we will discuss how to get manager email ID, name or other properties like department, phone number in Microsoft flow.
There will be a number of places where you may be required to get the logged in user manager’s email ID or display name in Microsoft flow. Maybe you are doing a leave approval flow in SharePoint Online or maybe you are doing a laptop request flow for your employees, you require the email address of the manager.
If you are new to Microsoft flow for power automate, you can check a tutorial on what is Microsoft flow?
Microsoft provides an out of box action in flow, by using which we can get the manager’s email ID or other properties.
Microsoft flow get manager v2 gives the manager’s email ID or display name.
Microsoft flow get manager email (get manager v2)
Here we will create a button flow and in that button flow, we will add get manager V2 flow action which will give us the manager email ID and then we will use an email flow action to send an email to the manager.
Open Flow.Microsoft.com And sign in with your office 365 credentials if you have a flow license then you can use the same credentials also.
Then click on create and then select instant flow which we can Trigger manually when required.
You can also use any of the Microsoft flow templates to create an instant flow on button flow like below:

Here, provide a flow name and select how to trigger this flow as manually trigger a flow like below:

Once you click on create, it will create the flow and here we can click on + New step to add get manager V2 to flow action.

You search for get manager and you can see get manager V2 Microsoft flow action, select it to add into our flow.

In User (UPN) provide the user principal name or email id in get manager V2 flow action.
Once you click on the textbox, you can see various dynamic properties, from there select user email like below:

If you are using the get manager (v2) flow action with the SharePoint list, then you can select the list item created by email id property also. But since this is a button flow, we will not have that property.
Next, we will add another flow action to send an email to the user.
Click on + New step and select Mail and then select Send an email notification (V3) like below:

Click on To and from the dynamic properties you can select Mail, since we will send email to the manager.
You can also select other dynamic properties like job title, mobile Phone, my site, display name, give a name etc.it looks like below:

Then in the subject, you can provide anything. Here also if you want to use managers’ properties, then you can select from the dynamic content of properties.
In the email body, you can write an email body, just to show you that we can retrieve other properties like display name, I have selected the display name property of the manager.

Finally the Microsoft flow will look like below:

Save the flow and now we can run it and test the Microsoft flow.
Also check, Leave Request Approval Flow using Power Automate or Microsoft Flow
Run and Test the Microsoft Flow
To run the instant flow, go to My Flows and then click on the Run button like below:

Now, the manager will receive an email like below:

You can also check the status of the flow, by click on the link in the flow details page.

Below in the Get manager (V2) flow action, you can see after it runs successfully, you can see various properties of the manager like Business Phone, Department, Job title, Mail, Nice name etc.

Below are few more properties of the manager.

You may like following flow or Power automate tutorials:
- Microsoft Flow Example: Product Notification Approval Flow
- Create a Custom Document Template from SharePoint List using Microsoft Flow
- Microsoft flow copy list items to another list
- How to run Microsoft Flow on Schedule
- The ETag of this item does not match the one used for setting content approval status error in Microsoft Flow
- Microsoft Flow Example: When an item is created in SharePoint List, Send approval and create item
- Microsoft Flow Example: When a message is posted on a group, Create a SharePoint list item
- How to convert decimal to whole number in Power Automate
In this Microsoft flow tutorial, we discussed how to get manager email using get manager (v2) action in Microsoft flow.
I am Bijay a Microsoft MVP (8 times –Â My MVP Profile) in SharePoint and have more than 15 years of expertise in SharePoint Online Office 365, SharePoint subscription edition, and SharePoint 2019/2016/2013. Currently working in my own venture TSInfo Technologies a SharePoint development, consulting, and training company. I also run the popular SharePoint website EnjoySharePoint.com
Hi, Thanks for the article.
I have a question to which I have troubles to reply.
The flow you designed works under a user account, and if the account is blocked, or MFA is required, that may cause issue. Even worse if the user is no more in the organization, the flow is not usable.
Are you aware of any combination of solution like https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azureacs that would allow us to create flows (or Azure Logic Apps) without relying on a username and password?