Forum Discussion
relkniw
Oct 04, 2022Brass Contributor
MS Graph API: subscribe presence for a large number of user
Hi everybody, which possibilites do we have to do a perfomant subscribtion the MS Teams presence status for a large number (>5000) of users via the MS Graph API? Thanks for your help. Regard...
Meghana-MSFT
Oct 04, 2022Bronze Contributor
As per the note in https://learn.microsoft.com/en-us/graph/api/cloudcommunications-getpresencesbyuserid?view=graph-rest-1.0&tabs=http#permissions, Maximum of 650 user IDs are supported per API request.
relkniw
Oct 04, 2022Brass Contributor
And so I come back to my previous question:
Which possibilites do we have to do a perfomant subscribtion the MS Teams presence status for a large number (>5000) of users via the MS Graph API? Because we have customer with so much user and we need their presence states.
Which possibilites do we have to do a perfomant subscribtion the MS Teams presence status for a large number (>5000) of users via the MS Graph API? Because we have customer with so much user and we need their presence states.
- Meghana-MSFTOct 04, 2022Bronze ContributorEngineering team has said currently, the only option is using multiple users to create subscriptions to cover the 5000 users or more users.