call record notification

Neema001 51 Reputation points
2022-02-16T05:26:36.597+00:00

I am setting up webhooks for Teams call records mentioned in https://learn.microsoft.com/en-us/graph/api/callrecords-callrecord-get?view=graph-rest-1.0&tabs=http .

My doubt is related to statement "Subscribe to change notifications to the /communications/callRecords endpoint.".

Can we use same notification url for multiple accounts with different tenant id ?

or Can we use same notification url for completely different organizations ?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,126 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AsithwMSFT 1,420 Reputation points Microsoft Vendor
    2024-05-26T02:29:38.7633333+00:00

    Hi Neema001

    You can use the same notification URL for multiple accounts within the same tenant, or across different tenants if you have the necessary permission.

    make sure the notificationUrl endpoint can handle validation. Otherwise, creating the subscription fails with a 400 error.

    0 comments No comments