I have a screen on a mobile app for which I want to use to allow a logged in user to update their email address. I have added an "email" column to the Users collection provided by Tiggzi.
I read the documentation on updating Users with a PUT request, however it says to include the userID in the URL. How do I create a PUT request with a variable userID since I want this service to be used by the particular user that is logged in?