@yashu - We have raised a bug for this issue. Concerned engineering team is working on this.
Display name is null with MS graph api get request
yashu
1
Reputation point
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