How to Update a User’s Sign-In Email via Microsoft Graph API

Michael Ejdal Lundsgaard 25 Reputation points
2025-04-24T06:41:36.92+00:00

Working on a solution to update a user's sign-in email address using the Microsoft Graph API in a Microsoft Entra External ID environment.

Attempts to update the issuerAssignedId under the user’s identities array have not been successful. The registered application has been granted the User.ManageIdentities.All permission.

Any guidance, documentation, or examples related to this task would be greatly appreciated.

Microsoft Security | Microsoft Entra | Microsoft Entra External ID
{count} vote

Accepted answer
  1. Harshitha Eligeti 4,380 Reputation points Microsoft External Staff Moderator
    2025-04-30T14:34:23.3066667+00:00

    Hello @Michael Ejdal Lundsgaard
    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer. 

    Issue: How to Update a User’s Sign-In Email via Microsoft Graph API

    Solution: Updated the user's sign-in email directly using the Graph Client SDK via a PATCH request. The issue got resolved.

    If you have any other questions or are still running into more issues, please let me know. Thank you again for your time and patience throughout this issue. 

    Please remember to "Accept Answer" if any answer/reply helped, so that others in the community facing similar issues can easily find the solution.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.