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
Ikram Momin 16Ikram Momin 16 

Is there alternative in REST API for "triggerUserEmail" header which gets used in SOAP APIs ?

Is there alternative in REST API for "triggerUserEmail" header which gets used in SOAP APIs ?
VinayVinay (Salesforce Developers) 
Hi Ikram,

As per my understanding, answer is no however can you elloborate more on what you are trying to achieve?

Thanks,
Ikram Momin 16Ikram Momin 16
Hi Vinay,
Upon user creation through REST API, the newly created user should get email notification to verify email account and to set account password.
This functionality is availble through SOAP API using "triggerUserEmail" header, but in REST API couldn't find simillar or equivalent functionality.
 Thanks !!