简体   繁体   中英

Microsoft Teams meeting participants list report through API

I want to get all participants list through API

doc link https://docs.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0

Through this documentation, an API to get a list of participants' records.

GET https://graph.microsoft.com/v1.0/communications/callRecords/{id}

From where I can get this {id}.

There are two ways to get the id of a callRecord:

  1. Subscribe to change notifications to the /communications/callRecords endpoint.
  2. Use the callChainId property of a call. The call record is available only after the associated call is completed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM