跳到主要内容

获取指定用户

/api/users/{userName}

请求方法

GET

参数

名称描述值类型
userName用户名string

返回

200 OK

User

  • 其中password始终隐藏
{
"code": 200,
"errorMsg": null,
"data": {
"lastLoginTime": null,
"level": 2,
"instances": [],
"description": "",
"ipAddresses": []
},
"time": "2023-11-26T18:42:28.6391094+08:00"
}

401 Unauthorized

未登录

403 Forbidden

权限等级不是管理员

404 NotFound

用户不存在