Hi @Jean1
You can use the built in service to this with strapi.plugins['users-permissions'].services.sendConfirmationEmail()
strapi.plugins['users-permissions'].services.sendConfirmationEmail()
See the code for the service here: