查询用户信息列表
POST
/api/v1/system/user/info/index请求参数
Body 参数application/json
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
$ref(#/definitions/105195099)[]
排序
userName
string
用户名(唯一)
phone
string
手机号
email
string
邮箱
account
string
可选
userIDs
array[string]
可选
hasAccessAreas
array[string]
可选
查询拥有该区域权限的用户
deptID
string
可选
roleCode
string
查询角色code
nickName
string
用户的昵称
withRoles
boolean
可选
同时返回所有的角色列表
withDepts
boolean
可选
同时返回所属的部门列表
示例
未设置
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (UserInfoIndexResp)
可选
list
array[object (UserInfo) {27}]
用户信息列表
total
integer <int64>
总数
示例
未设置
最后修改时间: 1 天前