Get username from email after logging in

Hey guys,

Is it possible to get the username from a thinger.io user after logging in with email?
With “/v1/users/{user}/email” get-request its possible to get the email from the specific username, but is there a possibilty to do it the other way arround?

Thanks in advance!

Hi,

With a get request to /v1/users you get a list of users and mails (and other fields), according the user you can extract the mail from that response, is that what you need?

Hope this helps.