When using the Salesforce Composite Batch REST API resource (endpoint: /services/data/vX.0/composite/batch), you may receive the error: "You have reached the Connect API's hourly request limit for this user and application." This error occurs when the number of Composite Batch requests exceeds 2,000 per user per hour.
The Composite Batch resource is built on top of the Connect API (also known as the Chatter REST API) batch framework, which enforces this hourly limit. The Composite Batch resource allows you to execute a sequence of independent sub-requests in a single HTTP call — for example, updating a record's name and then fetching the updated record in one request. However, this resource is not designed for high-volume or bulk data operations.
The Connect API (ConnectAPI) is the REST API framework that powers Chatter and social features in Salesforce. The Composite Batch resource leverages this framework internally, which is why Composite Batch calls count against ConnectAPI rate limits.
The Composite Batch resource is not designed for doing a large number of SObject actions. If you are hitting this limit, use the appropriate API for your use case.
If your integration hits this limit, the Composite Batch resource is not the right tool for your use case. Use one of the following APIs depending on your operation type:
000382873

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.