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
JoeZaloom.ax395JoeZaloom.ax395 

Disable UI login for a user

Hello,

 

We have an application that integrates our data through the Salesforce API. We create a new user in the client's SF org for the integration. In the past, some clients have disabled login to the SF UI for the integration user due to security restrictions on their side.

 

A new client just requested the same thing. I had assumed it was a setting like "Disable UI Login" somewhere in setup. But either I'm going blind, or the login was restricted in some other way. Does anybody know of a way to do this?

 

Thanks in advance,

JoeZaloom

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell
make it an API only user (this is in profile IIRC)

All Answers

SuperfellSuperfell
make it an API only user (this is in profile IIRC)
This was selected as the best answer
JoeZaloom.ax395JoeZaloom.ax395
Yep, that did it. Thanks Simon.