项目组用户列表
开发中
POST
/v5/userCenter/project/user-list
请求参数
Body 参数application/json
page
string
必需
limit
string
必需
name
string
检索
groupId
string
项目组id
status
string
用户过期状态
示例
{
"groupId": "29",
"name": "",
"status":2,
"page": 1,
"limit": 20
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/v5/userCenter/project/user-list' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupId": "29",
"name": "",
"status":2,
"page": 1,
"limit": 20
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}