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

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Success creating a use...
Power Automate
Answered

Success creating a user using power automate - not all fields are exposed.

(1) ShareShare
ReportReport
Posted on by 95
So I am able to create a user in power automate. But a bunch of fields are not offered in the power automate action for Create user (Entra ID).
Tried to use Update user afterwards - still no joy.
 
Would like to populate the following fields but don't see how:
Company name  Employee ID  Employee Type  Employee Hire Date  Street address  City  State or province  Zip or postal code  Country or region  Email  Fax number  Usage location
 
Have a notion to tap into the Entra ID API by using the action named Invoke an HTTP request (Microsoft entra ID).
Used https://graph.microsoft.com for both URL and URI - seemed to get past the Get Resource - just don't know where to go from there.
 
I'm beginning to think I need to venture into power apps for this. 
 
Any ideas out there please?
 
Thank you.
 
 
Screenshot 2024-07-26 095042.png
Screenshot 2024-07-26 095409.png
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,683 Super User 2025 Season 2 on at
    Hi 
     
    You need to use the HTTP Connector (Premium) and either write all the properties in the first call, or create them and then do a Patch with the rest. You can write to all those using Graph API.
     
    So you could use the Create User you are doing, then use the Output (ID) from Entra, to make a call using the HTTP Connector to patch the rest of the details you want.
     
    Even if you don't see them in an API etc, they are there, its really just... laziness in the documents to not show them all.
     
     
    And Like this for instance
    PATCH https://graph.microsoft.com/v1.0/users/{user-id}
    Content-Type: application/json
    Authorization: Bearer {token}
    
    {
      "employeeId": "12345"
    }
     

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Automate

#1
Expiscornovus Profile Picture

Expiscornovus 199 Most Valuable Professional

#2
David_MA Profile Picture

David_MA 194 Super User 2025 Season 2

#3
harshdeol Profile Picture

harshdeol 167 Moderator

Last 30 days Overall leaderboard