Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 353 Bytes

File metadata and controls

5 lines (5 loc) · 353 Bytes

/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.