data-creative/tonebase-api

User Search

Closed this issue · 0 comments

s2t2 commented

The client application would like to be able to look up a user by email address during the authentication process.

A /users/search endpoint should be created for this purpose. It should accept params like: {email: "myemail@gmail.com"} and return a list of matching users, which in the case of email searches should contain only one user.