- User
- Login a user
POST /api/users/login
- Register a user
POST /api/users/register
- Confirm email
POST /api/users/confirmemail
- Reset password
POST /api/users/resetpassword
- Confirm reset password
POST /api/users/confirmpassword
- Update and return updated user
POST /api/users/update
- Read and return a user
POST /api/users/read
- Query and return users
POST /api/users/query
- Login a user