Call records via Intune Graph API

Idrish Khan 61 Reputation points
2020-08-17T02:40:40.093+00:00

We need to export user information from a particular app, such as Teams from Graph API.
Please help.

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,406 questions
0 comments No comments
{count} votes

Accepted answer
  1. CiciWu-MSFT 1,201 Reputation points
    2020-08-17T03:33:39.657+00:00

    Do you mean that you would like to export user information from a particular Teams meeting session? If so, for current Graph API options, there is one function in preview, which is the same as the call history tab in the Teams admin center.
    GET https://graph.microsoft.com/beta/communications/callRecords/{id}
    https://learn.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-beta&tabs=http

    The basic details return participants information like User ID, Display Name and tenantID.

    Here is full details example to get attendee Ips under “media” property.
    https://learn.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-beta&tabs=http#example-2-get-full-details

    For more information, refer Roadmap item for a “meeting attendance download report” to be made available hopefully by end of CY20 Quarter 2.
    https://www.microsoft.com/en-us/microsoft-365/roadmap?filters=Microsoft%20Teams%2CIn%20development%2CRolling%20out%2CLaunched&searchterms=63351

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Idrish Khan 61 Reputation points
    2020-08-19T01:30:42.803+00:00

    I have solved my problem. You are too professional
    Thank you very,much.

    0 comments No comments