Allow Users to Change their Display name (First - Last name)
Hi All.
I am trying to find a reason why our users can't change their display name.
The Exchange policy is activated and the default role assignment policy points out that they are infact allowed to change the names. But going on Delve nor on account setting I can change the display name.
"Some details may be provided by the IT .... "
But you know, I am the IT ;))
Is there something I need to check on AAD level?
We need to have people on MS Teams be able to change their Display name flexible.
Thanks
b.
I was able to set up the test of changing the user display name using Microsoft Graph API. I can authenticate to Azure AD or On-Premise AD using the current user context. Won't need the On-Premise data gateway after all since Graph allows you to authenticate to both.
The next step would be to create a simple app in teams that allows the user to update their display name in teams then pass that update using graph.
Let me know if you are familiar with using these resources (Graph API and Teams Apps) or need some more help setting this up on your end.
Thanks
Don