Email confirmatin after user registers - Content user

System Information
  • Strapi Version: 4.4.5
  • Operating System: Windows
  • Database: Mysql
  • Node Version: v16.16.0
  • NPM Version: 8.11.0

Hello all,
Could anyone help me me out with this below requirement :slight_smile:

What I want is when user register in site, this Strapi Api https://www.sitename.com/api/users is executed, they will receive an email for Confirmation with link. When click on link the user will be verified and will be able to login or else the user will be unauthorized to login.

I am talking about Content Manager - Users (Awesome Screenshot)

Thanks

Posting the answer for myself after long time.
Using afterCreate hooks in index.js for user-permissions and the solution was executed perfetcly.