Display name is null with MS graph api get request

yashu 1 Reputation point
2021-04-16T11:28:30.283+00:00

I am getting the display name and other details as null when making get request with the meeting id
https://graph.microsoft.com/beta/me/onlineMeetings/{meetingid}

  "attendees": [
       {
           "upn": "Yashu.gupta@demo.com",
           "role": null,
           "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": "1449f6ff-60a4-4017-8b27-930bf7af2358",
                   "displayName": null,
                   "tenantId": null,
                   "identityProvider": "MSA"
               }
           }
       },

I am looking for the participant invited in a meeting created using teams . But everything is null

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,498 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.
2,822 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sridevi-MSFT 261 Reputation points
    2021-06-15T07:45:01.357+00:00

    @yashu - We have raised a bug for this issue. Concerned engineering team is working on this.