Send welcome email is not checked by default while creating a new user. I want it to by checked by default as I am creating user via Rest API.
I have also tried to pass the parameter in the sign up rest api for sending the welcome email “send_welcome_email”: “1” but still not able to send email.