TypeError: strapi.plugins.users-permissions.services.sendConfirmationEmail is not a function

Hi, I had the same issue but I wasn’t using right
I had this
strapi.plugins['users-permissions'].services.sendConfirmationEmail(user)

When It should have been this
strapi.plugins['users-permissions'].services.user.sendConfirmationEmail(user)