Auth0.getUsers() function only return user who logins_Count >0

I’m using auth0 node.js sdk. I encountered a problem with the sdk today, that Auth0.getUsers() function return only users who have logins_count >0 instead of returning all the user created . It was working properly for the last few months. Does the auth0 sdk getUsers() api been change that only return user who have logins_count >0. How to return all the user created regardless they login or not?

Below are some of my environment version

  • SDK name node-auth0
  • SDK Version: e.g. auth0": "^2.32.0
  • Node jsVersion: e.g. v14.15.4