Update user password on user interface
"That's why admin acount has all needed rights to make changes (if you didn't set ACL manually)"
So when you say admin account you are referring to master key that bypasses ACL? If so, is that safe to use in a web app?
So I also still need to update the users password at the end. How do I do this without knowing the user id? How do I get the user id? From the docs:
curl -X PUT \
-H "X-Appery-Database-Id: 4ffcf6c8e4b0211629c4ad01" \
-H "X-Appery-Session-Token: 80aeb50a-14de-4fd2-9c8e-11c5b60d8959" \
-d "{"email":"a href="mailto:newjoe@mail.com" rel="nofollow"newjoe@mail.com/a"}" \
https://api.appery.io/rest/1/db/users...