question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add support for new get_users_by_email endpoint

See original GitHub issue

The 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
saltukalakuscommented, Apr 12, 2018

@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.

1reaction
chrisbroomecommented, Jun 20, 2018

I’m actually actually no longer on the project that uses this repo, so I’m fine with closing out the issue.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found