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
Integration 39Integration 39 

API function to update trusted IPs

Hello,
We have a number of servers that come and go that need access to the bulk API.

To give them access their IP has to be added to the trusted IPs in network access.

Is there any way to add and remove IPs from that list using any built in APIs?
Daniel BallingerDaniel Ballinger

How are the external applications getting the Session ID to use with the bulk API?

One option to avoid having to specify the trusted IP ranges is to use the security token (https://developer.salesforce.com/docs/atlas.en-us.198.0.api.meta/api/sforce_api_concepts_security.htm#topic-title_login_token) appended to the password.