question

yashu-3093 avatar image
0 Votes"
yashu-3093 asked GabLabelle-9832 published

Display name is null with MS graph api get request

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

office-teams-app-devmicrosoft-graph-teamworkmicrosoft-graph-people
· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Adding right tags/teams to assist!!

0 Votes 0 ·

@yashu-3093, Could you please share the request body details for creating meeting and response for the request while creating meeting.

0 Votes 0 ·

Hi @Sridevi-MSFT

I am calling this https://graph.microsoft.com/beta/me/onlineMeetings/{meetingid} api using the graph token . I am generating the access token from graph explorer only . But it is giving the display name as null . As there are external users in the meeting and my requirement is to fetch the display name of the external users and internal users how we can achieve that the meeting we creating using the MS teams

0 Votes 0 ·

@yashu-3093 Are you creating meeting using Graph api. Aslo could you please let us know are you giving attendees details (like display name, id..) while creating meeting.

0 Votes 0 ·

Hey @yashu-3093,

I am able to repro the issue in beta and v1, how ever v1 gives some amount of details but not displayName. I am creating my meetings with in graph api, what I observe is that displayNmae never gets updated.
That said please note Beta Apis are subjected to change, I am digging the V1 version further, will post back more details.

0 Votes 0 ·

1 Answer

Sridevi-MSFT avatar image
0 Votes"
Sridevi-MSFT answered GabLabelle-9832 published

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

· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@Sridevi-MSFT @NandeeshSwami-8857 ..is there a way to get the display name of the participants in a meeting .

And by when we can expect something on this bug correction

0 Votes 0 ·

@yashugupta-5869 - Currently we don't have any ETA to share. Will update you immediately once we get any update from them.

0 Votes 0 ·

This is still an issue ... a year later.

0 Votes 0 ·