Get the list of users
GET
/v3/usersGet the list of users
请求参数
Query 参数
username
string
可选
Get a single user with a specific username
search
string
可选
Search for a username
active
boolean
可选
Filters only active users
external
boolean
可选
Filters only external users
blocked
boolean
可选
Filters only blocked users
page
integer <int32>
可选
Current page number
per_page
integer <int32>
可选
Number of items per page
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the list of users
数据结构
Get a single user
name
string
可选
username
string
可选
id
string
可选
state
string
可选
avatar_url
string
可选
web_url
string
可选
示例
{
"name": "string",
"username": "string",
"id": "string",
"state": "string",
"avatar_url": "string",
"web_url": "string"
}
最后修改时间: 1 个月前