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
gbalakrigbalakri 

Automatic Issuing of Logins using Users table

Is there a way I can issue the logins using a script in Salesforce. I can load the users into the Users table. But the email to the user doesnt seem to be getting generated by the system.
Any toughts
Girish
SuperfellSuperfell
You need to set the EmailHeader in your API calls to create users if you want the email to be sent.