/users -GET Request View the list of user in databases /create -POST Request create a new user with user data /delete -DELETE Request delete the user with the passed id. /get-by-email - GET REQUEST retrieve the id for the user with the passed email address. /update - PUT REQUEST update the email and the name for the user indentified by the passed id.