Forum Discussion

farhanfida's avatar
farhanfida
Copper Contributor
Dec 11, 2021

Update User Profile Data in Azure Active Directory Java

I'm trying to make a Java Application in which a user can log in to his Active Directory account and update his account info like phone number or display name, password, etc.

I'm able to authenticate the user but however, I can't seem to find anything on updating the data. can anyone guide me through this?

Thank You.

1 Reply

  • Jai Verma's avatar
    Jai Verma
    Brass Contributor
    You can update user information using the Azure AD Graph API - https://docs.microsoft.com/en-us/graph/api/user-update?view=graph-rest-1.0&tabs=http

Resources