Phone Conference ID is null with MS graph api get request

Erica 1 Reputation point
2022-02-03T14:28:45.517+00:00

Sometimes Phone conference id returns null sometimes no. What could be?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,627 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,448 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JanardhanaVedham-MSFT 3,536 Reputation points
    2022-03-15T14:53:45.067+00:00

    Hi @Erica ,

    Typically you will get this issue for the user who do not have Microsoft 365 Audio Conference license assigned. Please note that user must have Microsoft 365 Audio Conference license to generate audio conferencing details such as"conferenceId" and "tollNumber" in the Microsoft Graph API response. Microsoft 365 Audio Conference license assignment is required for Calender Event API or OnlineMeetings API to get audio conferencing details from the API. For example, Create Event Microsoft Graph API with OnlineMeeting is working fine as expected for both delegated and application permissions as you can see below and "conferenceId" and "tollNumber" are generated correctly in the Microsoft Graph API response.

    Please contact your M365 tenant or global adimistrator to ensure that Microsoft 365 Audio Conference license has been assigned to the required users to resolve the issue.

    Example : Delegated Permissions testing in Graph Explorer (An Office 365 user with Microsoft 365 Audio Conference license assigned)
    177212-createonlinemeeting-audiconf-ge.png

    Example : Application Permissions testing in Postman (An Office 365 user with Microsoft 365 Audio Conference license assigned)

    177252-createeventonlinemeeting-audioconf-postman.png

    Example Screenshot of Office 365 User with Microsoft 365 Audio Conference:
    177176-m365audioconferencelicense.png

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    0 comments No comments