Add support for new get_users_by_email endpoint
See original GitHub issueThe auth0 node.js client got support for the get_users_by_email about 3 weeks ago (https://github.com/auth0/node-auth0/commit/80c9b0c7039a73a5c69af23756f589904e4e80a8).
This is pretty critical for us because the way we are currently searching for users (using the get_users API with search_engine=v2 and q=some-user@example.com) no longer works.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Retrieve Users with Get Users by Email Endpoint - Auth0
Learn how to retrieve lists of users using the get-users-by-email endpoint.
Read more >Inconsistencies with API documentation · Issue #564 - GitHub
For example, getUsersByEmail clearly has support for field filtering by passing in the "fields" argument:.
Read more >ManagementClient - Documentation
Simple abstraction for performing CRUD operations on the blacklisted tokens endpoint. Source: management/index.js, line 241. Type: BlacklistedTokensManager ...
Read more >Dolibarr 13 Beta
Now the freeze period is started, I won't add new features during few days, ... in mail on create ticket NEW: Add extrafields...
Read more >Get a user - Microsoft Graph v1.0
Application permissions are not supported when using the /me endpoint. The User.Read permission allows the app to read the profile, and discover ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@dkvasnicka search by email endpoint is recommended instead of that endpoint where possible. I have pushed a PR => https://github.com/auth0/auth0-python/pull/96 hopefully will be merged soon.
I’m actually actually no longer on the project that uses this repo, so I’m fine with closing out the issue.