Edit

Share via


Working with the cloud communications API in Microsoft Graph

The Microsoft Graph cloud communications API adds a new dimension to how you or your organization can interact with other users by enabling core communication capabilities and features in your apps and services. You can use this API to create and receive calls as well as create and retrieve meeting coordinates.

You can use the cloud communications API to build service applications (bots) that act like participants in a call, and that create and retrieve meetings on behalf of users. This API provides calling functionality as well as the ability to create and retrieve online meetings. You can use service applications (bots) with this API, where the bot can act as a participant in your VoIP calls or Microsoft Teams meetings, for example.

Important

You may NOT use the Cloud Communications APIs to record or otherwise persist media content from calls or meetings that your application accesses, or data derived from that media content. Make sure that you are compliant with the laws and regulations in your area regarding data protection and confidentiality of communications. Please see the Terms of Use and consult with your legal counsel for more information.

Authorization

One of the following permissions is required to access the cloud communications API. These permissions need to be granted by the administrator.

ScenarioPermissions
Call recordsCallRecords.Read.All
CallingCalls.JoinGroupCallAsGuest.All, Calls.JoinGroupCall.All, Calls.Initiate.All, Calls.InitiateGroupCall.All, Calls.AccessMedia.All
MeetingsOnlineMeetings.ReadWrite.All, OnlineMeetings.Read.All
PresencesPresence.Read, Presence.Read.All

Common use cases

The following table lists some of the common uses for the cloud communications API.

Use casesREST resourcesSee also
Creating and joining 1-1 and group callscallMethods for calls
IVR callscallMethods for IVR
Call controls (participant)Participant
MeetingsonlineMeetingMethods for meetings
Retrieving call recordscallRecordWebhook subscriptions
Presencespresence

Common properties

ResourceProperties
callcall properties
participantparticipant properties
onlineMeetingonlineMeeting properties
callRecordcallRecord properties
presencepresence