Possible limit to Presence subscription via Graph API

Costas Some 21 Reputation points
2022-03-23T07:51:31.85+00:00

Hi,
I am trying to create an application that will subscribe to Teams Presence events using Graph API. I have seen that in general there are some limitations for the subscription for all the various resources as described in the following page: https://learn.microsoft.com/en-us/graph/webhooks

However it is not clear what happens with Teams Presence subscription. In the "Teams resource limitations" chapter only callRecords and chatMessages are mentioned. Is there any limitation on the number of Teams Presence subscription per application/ tenant etc? It would be really helpful to know these limitations.

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

2 answers

Sort by: Most helpful
  1. Sheena-MSFT 1,731 Reputation points
    2022-03-23T15:51:07.333+00:00

    Hi @CostasSome-1307,

    Currently a single Graph change subscription to Teams presence can be created. When we try to add more subscriptions then we get the conflict error "A subscription already exists. It must be deleted before another can be made".
    You can raise a UserVoice for your specific scenario so that it could be considered for future implementation.

    You may check a similar post for more information here

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

  2. Charlie Chen 1 Reputation point
    2022-04-29T06:10:33.43+00:00

    We meet this same problem. Is there any way to make more subscriptions per tenant?

    0 comments No comments