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
Er. Puneet GoelEr. Puneet Goel 

How to notify new User User registered using REST API by Email?

I am using the salesforce rest api to access the user information and registering new user. But a don't found any option where i can set to shoot an email to registered user's email once he is registered. I need theis because there is no option in create user rest api call to  set password, thus how will new user login ?
Sameer Tyagi SFDCSameer Tyagi SFDC
Hi Puneet, 

When we create a new user in Salesforce Either through apex code or Manually user Creation. User automatically receives Email to set password. ​Salesforce automatically sends Email to new user. 

Regards, 
Sameer Tyagi 
http://www.mirketa.com/


 
Er. Puneet GoelEr. Puneet Goel
Hi sameer, Thanks for prompt reply but you might have notoiced that i am using rest api to create new user. I want send/Notify user about this. I knew about this option with apex or manual creation. Kindle help me in REST API scenerio.