Get the attendees report for a meeting using Graph api will return this error "Meeting Id is corrupted."

john john 1,026 Reputation points
2023-06-15T23:55:33.0266667+00:00

Inside Power Apps i am creating a Team meeting using this code/formula:-

Set(

varMeetingDetails,

MicrosoftTeams.CreateTeamsMeeting(

LookUp(Office365Outlook.CalendarGetTablesV2().value,name = "Calendar",id),

"Subject",{content: "Body",contentType: "html"},"Eastern Standard Time",{dateTime: 2022-12-12"

},{dateTime: "2022-12-12" },true,"teamsForBusiness",{requiredAttendees: "*****@outlook.com",

optionalAttendees: "*****@*****.com"

}

)

);

where i will get the meeting ID for the newly created meeting, as follow:-

AAMkAGFkYmYyMzQ5LTc1ODQtNDIxMS1hZWUzLTJhNGUwN2JhODBmOABGAAAAAADGlDZ2FPLOTZLm2m70DlBpBwAFd1s1aHAZRL8xs179m3IiAAAAAAENAAAFd1s1aHAZRL8xs179m3IiAAHs7ROZAAA=

then using this Meeting ID i tried to get the AttendeesReport using the Graph API Explorer, but i got this error:-

User's image

Any advice? how i can get the attendees for a meeting ID?

Thanks

Microsoft Security | Microsoft Graph
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.