The online meeting participants displayName is null in identiy user.

Gabriel Labelle 56 Reputation points
2022-06-06T00:14:31.46+00:00

Hello,

I'm currently building an in-meeting Teams app. I have a NodeJS BE trying to fetch the data from /v1.0/me/onlineMeetings and unfortunately, when receiving the payload, for the meeting, the participants displayName is null in identiy user object. That is for the all the users (organizer and attendees).

           "participants": {
                "organizer": {
                    ...
                    "identity": {
                        "acsUser": null,
                        "spoolUser": null,
                        "phone": null,
                        "guest": null,
                        "encrypted": null,
                        "onPremises": null,
                        "acsApplicationInstance": null,
                        "spoolApplicationInstance": null,
                        "applicationInstance": null,
                        "application": null,
                        "device": null,
                        "user": {
                            "id": "...",
                            "displayName": null, // I need the name here
                            "tenantId": "...",
                            "registrantId": null,
                            "identityProvider": "AAD"
                        }
                    }
                },

            },

Am I simply missing a permission or something?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,183 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,113 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,295 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Meghana-MSFT 3,891 Reputation points Microsoft Vendor
    2022-12-06T11:30:25.313+00:00

    @GabrielLabelle-1076 -
    Engineering team has confirmed that it's by design that display name in onlinemeeting response is never exposed.

    0 comments No comments

  2. Gabriel Labelle 56 Reputation points
    2022-12-06T23:06:14.593+00:00

    Hello @Meghana-MSFT ,

    First of all, thank you for the info.

    Would of been of nice to follow up with the explanations on how to actually get the displayName in an efficient way, which API endpoint we should call, etc.


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.