跳到主要内容

读取所有用户

从数据库中检索带分页的用户列表。

查询参数
skip 跳过
limit 限制
响应
200

成功响应

Schema 可选
total_count 总数
users object[]
id uuid 可选
username 用户名
profile_image 个人资料图片
store_api_key 存储 API 密钥
is_active 是否活跃
is_superuser 是否超级用户
create_at 日期时间
updated_at 日期时间
last_login_at 最后登录时间
optins 选项 可选
422

验证错误

Schema 可选
detail object[] 可选
loc undefined[]
msg 消息
type 错误类型
Search