Forum Discussion
iambernd
Dec 03, 2020Copper Contributor
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 a...
- Dec 07, 2020
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
Don_DeCarlo
Dec 07, 2020Copper Contributor
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
iambernd
Dec 09, 2020Copper Contributor
This sounds good.
Also, I like the idea of a simple app in Teams.
Would be interested to hear how to do it (we are not really familiar with teams apps, had some students and interns playing around with it though.)
Any suggestion to a doc or howto would be appreciated, also let me know how I can test this out ourselfs including setting up / developing a simple app for Teams).
Thanks a lot.
Also, I like the idea of a simple app in Teams.
Would be interested to hear how to do it (we are not really familiar with teams apps, had some students and interns playing around with it though.)
Any suggestion to a doc or howto would be appreciated, also let me know how I can test this out ourselfs including setting up / developing a simple app for Teams).
Thanks a lot.
- Don_DeCarloDec 09, 2020Copper Contributor
A great way to get started with the Teams apps is App Studio
https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/app-studio-overview
That is where I tested your question to keep it simple