Skip to content

Missing get_by_email in UserComponentV2 #173

@erikdrums

Description

@erikdrums

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions