Email & OTP verification without making entry in user table on auth0

Hello,

I am using auth0 for signup and signing. In my system we need to verify user by email or OTP. Main purpose is to validate user but when I am using password less OTP verification is working for me but also making entry in auth0 user table.

Is there any way or API which will just verify OTP and not making entry?