Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add /v2/users-by-email endpoint #87

Merged
merged 2 commits into from
Nov 9, 2017
Merged

Add /v2/users-by-email endpoint #87

merged 2 commits into from
Nov 9, 2017

Conversation

lbalmaceda
Copy link
Contributor

It's not clear if the response is paged or not. The API Explorer says it's not. Also I couldn't find any doc to reference why we encourage the use of this endpoint over the other. @jeffreylees, if you know something please add it or ping me and I'll add it here.

This closes #85

@lbalmaceda lbalmaceda requested a review from cocojoe November 8, 2017 18:29
@lbalmaceda lbalmaceda added this to the v1-Next milestone Nov 8, 2017
README.md Outdated
Example:
```java
FieldsFilter filter = new FieldsFilter(...);
Request<UsersPage> request = mgmt.users().list("johndoe@auth0.com", filter);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this list be listByEmail ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah! Good catch 😉

@jeffreylees
Copy link

I don't know of a document that explains a recommendation between these endpoints.

@lbalmaceda lbalmaceda merged commit 61ad709 into master Nov 9, 2017
@lbalmaceda lbalmaceda deleted the users-by-email branch November 9, 2017 17:17
@lbalmaceda lbalmaceda modified the milestones: v1-Next, 1.4.0 Nov 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for new users-by-email endpoint?
3 participants