Automate Microsoft 365 User Onboarding Using Power Automate

Automate Microsoft 365 User Onboarding Using Power Automate

Are you tired of manually performing your Office 365 user provisioning tasks? It can be a time-consuming and error-prone task, especially for large organizations. Don’t worry! There’s an effortless solution that can automate any of your Microsoft 365 business processes with ease. Yeah, as you may know, it’s Microsoft Power Automate. One of its key usages is creating flows that can automate the entire Microsoft 365 user onboarding process in your organization, ensuring proper approvals and timely notifications.

In this blog, we will see how Power Automate can help automate the Azure AD user onboarding process with its powerful connectors and actions. By using this, we can quickly create new users, and assign managers to them, all while saving time and sending automated approvals and notification emails.

A Quick Preview of Microsoft 365 User Onboarding Process

The below picture represents the overall flow of the Power Automate employee onboarding process and the steps involved in the blog are as follows:


Prerequisites to Create a Power Automate Flow

  • An Office 365 account with User administrator permission (to authorize and use ‘Create User’ action from the Azure AD connections, which can be performed only with either Global admin or User admin permission).
  • A Power Automate license to create a flow

Connections enable flow creators to connect and facilitate seamless integration between platforms like Azure AD, SharePoint, Outlook, and more. By signing in with Office 365 credentials, users gain access to specific actions and triggers of each connection.

In this blog, we have used the following connections.

  • Approvals
  • Azure AD
  • Office 365 Outlook
  • Office 365 Users
  • SharePoint

A Detailed Walkthrough: Automated Microsoft 365 User Onboarding

Now, let’s get into the step-by-step guide to automate the process of creating a new Azure AD user with manager’s approval using Microsoft Power Automate.

Step 1: Creating a User from SharePoint List

Let’s create a dedicated SharePoint site specifically designed for managing the user onboarding details. You can also go with any existing sites.

  • Within the site, we shall create a SharePoint list with necessary columns required for creating a new user. Here we have added the columns such as display name, mail nickname, department, job title, office location, UPN, and manager’s mail Id.
  • In this list, the user creators such as HR personnel, can enter user information in the columns for creating a new user in Office 365.
  • Whenever a new item is added to the list, our flow will start to run automatically, and it carries out the designated actions for onboarding new employees.

Create a list for onboarding Microsoft 365 user

Step 2: Create the User Onboarding Flow

After the required SharePoint list has been created, let’s proceed to build the flow.

  • Sign in to your Power Automate portal, and choose the ‘Automated cloud flow’ type from the ‘Create’ tab in the left pane.
  • Once created, add the trigger “When an item is created” as the first step.

Note: If you’re prompted for sign-in, you can sign-in with your credentials to establish connection to SharePoint and use the triggers and actions within it. Likewise, in the upcoming steps, you’ll be prompted to sign-in each time you use a trigger/action from a new service (like Azure AD, Approvals…). You shall sign-in to establish the connection

  • Now, choose the onboarding site’s address and the list by clicking the dropdown icons.
  • You can also click the three dots on the upper right corner in the trigger to rename it as per your requirement. Here, we have renamed it as ‘ When a user is added to the list’ as per our context.

When a item is created

  • Next, for the new user, we need to set a password. So, let’s add the “Initialize variable” action (here, renamed as ‘Set password for the user’) to randomly generate a password.

Set Password for the user

  • For the password input, we will consider it as a string-type variable. For the value field, let’s use the expression “rand (100000,999999)” to set random values between the given number to the variable, using the ‘Add dynamic content’ option.

To increase the password’s strength, we can incorporate a combination of upper- and lower-case letters with the expression.

Step 3: Request Manager Approval for Creating New User

The next step is to send an approval request to the manager for creating a new user. So that the manager can review the user details and decide whether to approve or reject the request.

  • For that, we’ll add the action “Start and wait for an approval” to the flow. In this step, fill in the required fields as per your requirements as shown in the below image.

Requesting for manager approval

  • Once the approval request is sent, the manager will receive the approval notification as shown in the image below.

Approval notification for Microsoft 365 User Onboarding

  • If there is an approval step, we will be having the outcome as Approve/ Reject.
  • In the “Condition” action, give the condition as Responses Approver response” is equal to “Approve” as shown below. This means if the approver’s response is “Approve”, the flow will proceed with the ‘If yes’ branch. If the response is anything other than “Approve”, the flow will follow the ‘If no’ branch.

Condition Based On Manager Approval

Step 4: Creating User and Assigning Manager in the Approved Path

As mentioned above, if the manager approves the user creation, the ‘If yes’ branch will start executing where the user will be created, and the manager will be assigned to that user.

  • To implement this, add a step with the “Create user” action from the Azure AD connector.
  • Fill in the required fields using the ‘Add dynamic content’ option which takes values that are filled out in the SharePoint list. So that whenever you’re adding an item to the list, the filled-out values in the list will be assigned to the respective fields as shown in the below image.

Create Microsoft 365 User for Onboarding

‘Assign Manager’ Action for Microsoft 365 User Onboarding:

Next, we have to assign the manager for the new user. So, we now require the manager’s user id.

  • Use the action “Get user profile” to fetch the manager’s user profile.
  • After fetching the manager’s profile information, in the next step, add the ‘Assign manager’ action to assign the manager for the new user by using the manager’s user id.

Manager Assignment for Microsoft 365 User Onboarding

Here comes the end of the approved path with the “Send an email” action. By using this action, we can send the Username and password created for the user to the manager.

Send user created mail to manager

Step 5: Send an Email in the Rejection Path

If the manager rejects the approval, then the ‘If no’ branch will start to execute. Here, we can send the rejection notification email to the user who added the new item (new user) to the SharePoint list, saying that the user creation request has been rejected by the manager.

Send approval rejection mail

Now that the Microsoft 365 user onboarding flow has been set up, it’s ready to be tested. You can test it by adding a new item to the SharePoint list with the details of a new user. This would initiate the created automated flow. Upon successfully completing each step in the flow, the user creation process will be initiated. Then the manager will be assigned and notified about the same.

Additionally, we can share this SharePoint list with necessary users, such as those in the HR department. This will allow them to add users to the list when required during the onboarding process.

By following the above steps, you can save time by automating the entire Office 365 user provisioning process with Power Automate, along with customizations based on your specific requirements. Also, you can automate M365 user offboarding using lifecycle workflows, which streamlines the user management task same as Power Automate. Upon successful offboarding, administrators must ensure that departing employees no longer have access to company resources. In order to do that, use this script to track Microsoft 365 offboarded user activities.

Feel free to post your comments and let us know how you are automating your Microsoft 365 workflows to simplify any repetitive processes in your organization.

Automate Microsoft 365 User Onboarding Using Power Automate

by M365 Team time to read: 5 min
0