21.3. listAllUsers
返回系统中所有用户的列表。
GET /api/v1/superuser/users/
授权: oauth2_implicit (超级:user)
查询参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
query |
next_page | 下一页面的页面令牌 | 字符串 |
query |
限制 | 限制为每个页面返回的结果数。最大 100。 | 整数 |
query |
禁用 | 如果为 false,则仅返回启用的用户。 | 布尔值 |
响应
示例命令
curl -X GET -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/superuser/users/"
$ curl -X GET -H "Authorization: Bearer <bearer_token>" "https://<quay-server.example.com>/api/v1/superuser/users/"