Get the users list of a project
GET
/v3/projects/{id}/usersGet the users list of a project
请求参数
Path 参数
id
string
必需
The ID of a project
Query 参数
search
string
可选
Return list of users matching the search criteria
page
integer <int32>
可选
Current page number
per_page
integer <int32>
可选
Number of items per page
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Get the users list of a project
数据结构
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 个月前