zoomus
zoomus copied to clipboard
Missing get_by_email in UserComponentV2
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)
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!