web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / EmployeeHireDate Setup...
Power Automate
Suggested Answer

EmployeeHireDate Setup issue

(0) ShareShare
ReportReport
Posted on by
Hi experts,
 
i am creating user creation flow in Entra,ID is creating the successflly through Azure connector ,i want map EmployeeHireDate ,how can do it ,i try with update user ,not resolve .kindly share me the best apporach
 
 
 
Categories:
I have the same question (0)
  • Suggested answer
    chiaraalina Profile Picture
    2,489 Super User 2026 Season 1 on at
     
    The EmployeeHireDate attribute is a "special" Microsoft Entra ID property and is not exposed through the standard Create User or Update User actions in Power Automate. The most reliable approach is to update it using Microsoft Graph after the user is created.
     
    1. Create the user using the Microsoft Entra ID connector.
    2. Use HTTP with Microsoft Entra ID/or a custom Graph call to update the user.
    3. Send a PATCH request to:
      PATCH
      https://graph.microsoft.com/v1.0/users/{userId}
      {
      "employeeHireDate": "2026-08-01T00:00:00Z"
      }
  • Suggested answer
    Ellis Karim Profile Picture
    12,221 Super User 2026 Season 1 on at
     
    It is possible to update employeeHireDate using the Entra ID Update User action, if you specify this as an Additional Property.
     
     
    For this to work you will need the appropriate Entra ID role (e.g. User Administrator role).
     
     
    However, I recommend that you avoid giving Entra ID admin roles (like User Administrator) to the account running your flow. This gives that account too much power.
     
    Instead, use an App Registration and the Microsoft Graph API as mentioned by @chiaraalina. You still need to be careful and make sure you only grant the App Registration the exact API permissions it needs and nothing more. But this approach is much safer from a security point of view (e.g. principle of least privilege, granular authorisation, and compliance etc).
     
    Ellis Karim
    Ellis Karim
    elliskarim.com  |  LinkedIn  |  Bluesky
    If this solved your issue, please mark it as ✅ Accepted Answer. If it helped, feel free to give it a 🩷 Like!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 280 Super User 2026 Season 1

#2
11manish Profile Picture

11manish 160

#3
Haque Profile Picture

Haque 142

Last 30 days Overall leaderboard