Create a join URL for users by using API

Sureka Harshani 1 Reputation point
2021-02-22T04:43:58.51+00:00

I could create a meeting by using API. I could not find the API for join users for the created meeting. Is there any API that I could use to?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,741 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,892 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Deva-MSFT 2,256 Reputation points Microsoft Employee
    2021-02-23T20:23:46.15+00:00

    Unfortunately at this point you don't have an API to perform the above operation. Being said that you can consider filing a feature request/Microsoft Uservoice item or upvote the existing one if it suits your scenario - so that it can be considered to be implemented.

    0 comments No comments

  2. ChetanSharmamsft 1,026 Reputation points Microsoft Vendor
    2023-10-30T04:54:02.79+00:00

    Hello @Sureka Harshani - Once you created online meeting using below API, you will get joinWebUrl value, which is the actual link to join a particular meeting.
    https://learn.microsoft.com/en-us/graph/api/application-post-onlinemeetings?view=graph-rest-1.0&tabs=http#request

    So, you can create your join URL based on joinWebUrl value via adding any HTML or other button with hyperlink or Action.OpenURL on card button..

    Currently we don't have any such Graph API to directly join the online meeting.
    You can raise your feature request here: Microsoft Teams Community

    Could you please share your valuable feedback via Microsoft Teams Developer Community Response Feedback link?

    Thanks,
    Chetan Sharma
    Dev Community Response Team

    0 comments No comments