This is the API
createUser
This can only be done by the logged in user.
URL
/user
HTTP Method
POST
Response Type
Parameters
body : ()
Created user object
This is the API
This can only be done by the logged in user.
/user
POST
Created user object
/user/createWithArray
POST
List of user object
/user/createWithList
POST
List of user object
/user/login
GET
The user name for login
The password for login in clear text
/user/logout
GET
/user/{username}
GET
The name that needs to be fetched. Use user1 for testing.
This can only be done by the logged in user.
/user/{username}
PUT
name that need to be deleted
Updated user object
This can only be done by the logged in user.
/user/{username}
DELETE
The name that needs to be deleted