function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
tom Azizitom Azizi 

Bulk API vs Regular REST API limits?

Hi there, 

I developed a test project to sync my DB with salesforce Users table with REST API. For this test I just had 5 users. I want to know how many users I can read within one request?  what is the optimum number of records we can get per HTTP request in regular rest API? 
How can I realize that Bulk API is better feature for me to use (considering I just need to work with User table in SF)

Appreciate your help