Skip to content
Get started

Users

Operations about user

Create user
POST/user
Get user by user name
GET/user/{username}
Update user
PUT/user/{username}
Delete user
DELETE/user/{username}
ModelsExpand Collapse
User object { id, email, firstName, 5 more }
id: optional number
formatint64
email: optional string
firstName: optional string
lastName: optional string
password: optional string
phone: optional string
username: optional string
userStatus: optional number

User Status

formatint32
UserLoginResponse = string