what is sec, min, hour and day rate limit for MS teams java bdk

Vaibhav-A Mankar 65 Reputation points
2023-11-29T06:38:11.38+00:00

Hi Team,

What is sec, min, hour and day rate limit for MS teams java bdk for sending message to single channel.

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,894 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
13,594 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,925 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Prasad-MSFT 8,956 Reputation points Microsoft External Staff Moderator
    2023-11-29T07:08:43.89+00:00

    For bot APIs, the per thread limit for all bots (which controls the traffic that all bots are allowed to generate across a single conversation) for sending messages to a conversation is as follows:

    • 1 second: 14 operations
    • 2 seconds: 16 operations

    The per bot per thread limit (which controls the traffic that a bot is allowed to generate in a single conversation) for sending messages to a conversation is as follows:

    • 1 second: 7 operations
    • 2 seconds: 8 operations
    • 30 seconds: 60 operations
    • 3600 seconds (1 hour): 1800 operations

    For more info refer: https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/rate-limit

    Thanks, 

    Prasad Das

    ************************************************************************* 

    If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.


  2. Vaibhav-A Mankar 65 Reputation points
    2024-01-16T10:12:29.3166667+00:00

    Hi Team, We have tested ratelimit for second, minute, hour, 6 hour and 12 hour. Our data is completely shocking. Stack:

    1 sec --> 50 req per channel 1 min --> 200 req per channel 1 hour --> 8000 req per channel 2 hour --> 10,000 req per channel 3 hour --> 20,000 req per channel 6 hour --> 50,000 req per channel

    Do you have any formula for ratelimit.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.