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
kd007kd007 

php getting user information

Hi there,

 

I would like to know how can get the user information (like the Saleforce userid email address) using php?? Thanks!

msimondsmsimonds

Yes you can get their information using the API except their password

 

You can also reset their password over the API

 

if you are looking for examples of code, i am sure you can find them in the Developer Wiki or I have extract examples on my site

 

~Mike