Forum Discussion
vovanb
Jul 03, 2023Copper Contributor
in Microsoft Teams JavaScript library user.displayname is always empty
Hello, Using TeamsJS library v2 : microsoftTeams.initialize();
microsoftTeams.getContext((context) => {
console.log("microsoftTeams context", context);
}); But context.user.displa...
Sayali-MSFT
Microsoft
Jul 04, 2023vovanb - You can authenticate the user and get their name from the auth token:
https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/authentication/tab-sso-overview
vovanb
Jul 04, 2023Copper Contributor
To be honest I am not happy with your answer - the documentation https://learn.microsoft.com/en-us/microsoftteams/platform/tabs/how-to/access-teams-context?tabs=Json-v2%2Cteamsjs-v2
show that "user": has "displayName" but it does not says that it will be always empty.
Why if it is not available you return it?
show that "user": has "displayName" but it does not says that it will be always empty.
Why if it is not available you return it?
- Sayali-MSFTJul 05, 2023
Microsoft
vovanb -Engineering team considering this as feature request. It will take time to available this publicly so that for workaround they suggest that you can authenticate the user and get their name from the auth token.
We will let you know once we get any update regarding this feature.- vovanbJul 05, 2023Copper ContributorThanks for update, but I disagree that it is a feature, it is sound as bug or wrong documentation. If displayName is a part of schema - why it is empty? If it is always empty then documentation should state it
- Sayali-MSFTJul 05, 2023
Microsoft
Thanks for your valuable feedback.
We will check this with engineering team and update the document accordingly.