auth0 / node-auth0

Node.js client library for the Auth0 platform.
MIT License
628 stars 307 forks source link

Migration Guide V4 : getUsersByEmail #943

Closed jenjen75 closed 11 months ago

jenjen75 commented 11 months ago

Checklist

Description

Hello, in the migration docs it tell to change API like this getUsersByEmail => users.getByEmail

But users.getByEmail does not exist, it's maybe usersByEmail.getByEmail ?

Reproduction

users.getByEmail => not ts definition usersByEmail.getByEmail => have ts definition

Additional context

No response

node-auth0 version

4.0.1

Node.js version

18+

frederikprijck commented 11 months ago

Thats correct, thanks for reporting this. I opened a PR to fix this!