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

Missing get_by_email in UserComponentV2 #173

Open
erikdrums opened this issue Feb 18, 2021 · 1 comment
Open

Missing get_by_email in UserComponentV2 #173

erikdrums opened this issue Feb 18, 2021 · 1 comment

Comments

@erikdrums
Copy link

Wondering if there is a particular reason for this?

Otherwise this works. Sorry but I don't have time to create a pull request

def get_by_email(self, **kwargs):
    util.require_keys(kwargs, ["email"])
    return self.get_request("/users/email", params=kwargs)
@prschmid
Copy link
Owner

I don't think there is any reason why this isn't there other than it being an oversight. We'll be triaging issues shortly and we'll figure where this goes based on all the other open items that we have. Thanks for bringing it up!

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