Is there any Microsoft Graph API to get the actual start and end time of a meeting, and to get maximum length of Online meeting Name, and to display the participants (who have joined in MS Teams) information?? in

Nikita Pandey 146 Reputation points
2020-09-07T10:30:21.237+00:00

Hi,

Is there any Microsoft Graph API for below Feature in MS team:-

1) Display the participants (who have joined in MS Teams) information.
2) To get Max Length of Online meeting Name .
3) Option to capture Start Time, End Time of the meeting along with the recording / chat links.

Please provide your suggestion on the above feature as it is possible or not through the Graph API in MS teams.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. soumi-MSFT 11,831 Reputation points Microsoft Employee Moderator
    2020-09-07T10:42:59.103+00:00

    @Nikita Pandey , Thank you for reaching out.

    1) Display the participants (who have joined in MS Teams) information. ---> No such api is available for teams to fetch the currently available participants on the teams meeting.

    2) To get Max Length of Online meeting Name . ----> No such api is available for getting the Max length of a currently ongoing meeting or a meeting that occurred in the past. Only you can fetch the sessionTime, which is the timeframe that was used to create the meeting.

    3) Option to capture Start Time, End Time of the meeting along with the recording / chat links. ---> No such APIs are available for this feature also.

    For your better understanding, you can check the following doc: https://learn.microsoft.com/en-us/graph/api/resources/teams-api-overview?view=graph-rest-1.0

    Also, you can refer to the following doc which speaks about things that you can automate using APIs in Teams: https://learn.microsoft.com/en-us/graph/teams-concept-overview.

    Hope this helps.

    Do let us know if this helps and if there are any more queries around this, please do let us know so that we can help you further. Also, please do not forget to accept the response as Answer; if the above response helped in answering your query.


0 additional answers

Sort by: Most helpful

Your answer

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