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 :
But can I GET their
What would be the method to make this work?
Thanks.
Continue reading...
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...