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

AdminAPI: Get user by email in addition to by ID #470

Closed
chancez opened this issue Jun 17, 2016 · 1 comment
Closed

AdminAPI: Get user by email in addition to by ID #470

chancez opened this issue Jun 17, 2016 · 1 comment

Comments

@chancez
Copy link
Contributor

chancez commented Jun 17, 2016

Currently you can only retrieve a user by their ID via the admin API, meaning it's not possible to check if a user exists before creating without storing the ID from the previous creation somewhere. It would be great if we could lookup the user by email so we can avoid storing the admin user ID.

@ericchiang
Copy link
Contributor

You can now get users by email instead of ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants