You need to sign in to do that
Don't have an account?

Importing users through data loader
Hi, I am looking to import users through data loader, but the newly created users are not able to get email notification for password . Could you please tell me some work around to achieve this? resetting password is not feasible as per requirement
Hi Rahul,
It is pretty simple to do this. There is one field "Generate new password and notify user immediately" over user object so you need to keep that check box field set TRUE. ( it is default False when we use Data loader or any other API).
Do not forget to give me Kudos and mark it as solution if it was helpful for you.
Hi,
We cannot generate password to users that are created using Data Loader.
Create a view in Manage Users -- Users.
Select the users and click "Reset Password(s)" button.
Regards,
Magulan D
Salesforce.com certified Force.com Developer.
SFDC Blog
SFDC Site
If this post is your solution, kindly mark this as the solution and give Kudos.
In your User import file try filling value as TRUE for RECEIVESADMININFOEMAILS and do the insert.
Cheers,
J
I also set to true RECEIVESADMININFOEMAILS but it did not help.
Any help appreciated