We are creating users and topics via API. We need to check if a user with such email had been created before. If yes, then we create a topic from the existing user.
So I need an API call “get username by email, if any”. How can I do that? I only found the reverse one.
Got it, thank you!
Posting it here for anyone else who might need it. [discourse_url]/admin/users/list/active.json?filter=[email_name]%40[email_domain]&show_emails=false&order=&ascending=&page=1