Operations about user
This can only be done by the logged in user.
Created user object
User Status
successful operation
{"id": 0,"username": "string","firstName": "string","lastName": "string","email": "string","password": "string","phone": "string","userStatus": 0}
List of user object
[{"id": 0,"username": "string","firstName": "string","lastName": "string","email": "string","password": "string","phone": "string","userStatus": 0}]
The user name for login
The password for login in clear text
Invalid username/password supplied
The name that needs to be fetched. Use user1 for testing.
Invalid username supplied
User not found
name that need to be updated
Updated user object
OK
Invalid user supplied
The name that needs to be deleted