Ques/Help How to update users email via API if you have only username?

B

BubbaLovesCheese

Guest
Is there a method to update a user's email address via the API if I have only their username?

I see that I can POST and update to their email using their ID : /api/users/{{userid}}

But can I GET their userid from their username somehow?

What would be the method to make this work?

Thanks.

Continue reading...