25.5. getUserInformation
获取指定用户的用户信息。
GET /api/v1/users/{username}
授权:
路径参数
类型 | Name | 描述 | 模式 |
---|---|---|---|
path |
需要 的用户名 | 字符串 |
响应
示例命令
curl -X GET "https://quay-server.example.com/api/v1/users/example_user" \ -H "Authorization: Bearer <your_access_token>"
$ curl -X GET "https://quay-server.example.com/api/v1/users/example_user" \
-H "Authorization: Bearer <your_access_token>"