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
AlexPHPAlexPHP 

Getting user information from session Id

Hi guys

 

Is there a way to get user information from a session id?

 

I use a SFDC session id to initialize my PHP Toolkit.  After doing so, how can I get the username/user id/etc. about the user associated to that session?

 

Thanks

Best Answer chosen by Admin (Salesforce Developers) 
SuperfellSuperfell

See the getUserInfo call.

All Answers

SuperfellSuperfell

See the getUserInfo call.

This was selected as the best answer
AlexPHPAlexPHP

Thanks, Simon!