New API Limits – Dynamics 365 (8.x, 9.x)

Bansal Blogs - Dynamics 365, PowerApps, Microsoft Flows, Power BI

There is a recent change which limits number of API calls per user within 5 minutes of interval. When limit is reached, exception will be thrown for more API calls. This new limit will make sure users making more calls not impacting any other users.api_calls_11Limit – 60,000 API requests per organization per user within five minutes of interval which is equivalent to 200 requests per second. ExecuteMultiple request will be counted as 1.

Exception Message – In case limit is reached, platform will throw below message:

Number of requests exceeded the limit of 60000, measured over time window of 300 seconds.

Impact – New limit of 200 API requests per second is very generous limit and is hardly achievable keeping execute multiple will be counted as one. This limit might overcome where large data migrations or integrations require heavy data volume to be processed or migrated. It depends upon…

View original post 79 more words

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.