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
kvm1231kvm1231 

How i can login salesforce using User session Id

Hi,
Please let me know how i can login Salesforce using userInfo.getSessionId.

Thanks in advance
@GM@GM
Hi,

Are you trying to login via any third party tools such as SOAP UI using session id?
if so you can hit sfdc end point url by passing header as Authorization : Bearer <SessionID>

Regards,
GM