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
mnknmnkn 

Insert Users via Remote Access and REST API

Hi there,

 

I want to upload User objects in Salesforce via a remote access application.
I use the Salesforce REST API and the first two users are upserted correctly, but after two users I get a timeout.

If I restart the application everything works fine for the next two users and then I get another timeout.

 

This is very frustrating, because I have to upload another 500 users.

Please help!