Share via

Error while trying to run GET for online attendee report for my Teams meeting

AV 1 Reputation point
2021-10-24T03:07:00.623+00:00

I am new to Microsoft Teams APIs and am trying to programmatically obtain the list of attendees of one of my Teams Meeting, during the meeting.

A couple of questions:

(1) To confirm, is the onlineMeetings ID, the same as "Phone Conference ID"?

(2) I am trying to use the Graph Explorer UX (at https://developer.microsoft.com/en-us/graph/graph-explorer)

  • I tried a GET call (beta) on "https://graph.microsoft.com/beta/me/onlineMeetings/337771684/meetingAttendanceReport"
  • I get a prompt to "Modify permissions (Preview)". When I tried to consent, I get an error message that I need admin approval. Could you please advise?

Thanks,
AV

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

Microsoft Security | Microsoft Graph
Microsoft Teams | Microsoft Teams for business | Other

2 answers

Sort by: Most helpful
  1. AV 1 Reputation point
    2021-12-22T00:03:25.357+00:00

    Unfortunately, @ChetanSharmamsft , I haven't been able to resolve this issue. Haven't been able to get the permissions to try out the suggestion.

    Was this answer helpful?

    0 comments No comments

  2. Prasad-MSFT 10,496 Reputation points Microsoft External Staff Moderator
    2021-10-25T11:51:05.323+00:00

    Hi @AV ,

    1. FYI Both "onlineMeetings ID" and "Phone Conference ID" are different.
    2. If you have manually created the meeting, then you can get the meeting id by running this query: https://graph.microsoft.com/v1.0/me/onlineMeetings?$filter=JoinWebUrl eq 'XXXXXXXXX'

    You can obtain the list of attendees by running this query as well.
    To get JoinWebUrl refer this:
    143444-capture1.png

    3.There are few permissions which need Admin Consent. So you can ask your tenant admin to grant consent for those permissions.

    Thanks,

    Prasad Das


    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.

    Was this answer helpful?


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.