根据用户名查询用户信息
GET
/user/{username}请求参数
Path 参数
username
必需
The name that needs to be fetched. Use user1 for testing.
示例代码
返回响应
成功(200)
用户名不正确(400)
记录不存在(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
id
integer <int64>
可选
username
string
可选
firstName
string
可选
lastName
string
可选
email
string
可选
password
string
可选
phone
string
可选
userStatus
integer <int32>
可选
User Status
示例
未设置
最后修改时间: 3 年前