Newly created user not showing up on users list. (showing up only after he has logged in at least once)

Same issue here. I am using the standard Auth0 database (username-password-authentication) and I created the user via API( “https://” + env.get(“AUTH0_DOMAIN”) + “/dbconnections/signup”) . The newly created users are showing in dashboard, but I can’t get them by the API ( “/api/v2/users”).