跳到主要内容
版本:2.9

平台成员列表

接口说明

查询平台成员列表

接口地址

http://{api-host}/v1/api/users?scopeId={企业ID}&scopeType=DataCenter&offset={偏移量}&limit={每页数量}
名称类型必填描述示例值
scopeIdstring企业 IDWlGk4Daj
scopeTypestring数据范围DataCenter
offsetint偏移量0
limitint每页数量10

提示:企业 ID 在前端的获取路径是【企业管理后台】 - 【企业概览】

请求方式

GET

公共请求参数

公共请求参数

请求参数

名称类型必填描述示例值

返回数据

名称类型描述
offsetint偏移量
limitint每页数量
totalCountint总数
hasNextPagestring是否有下一页
hasPreviousPagestring是否有前一页
valuesobject成员列表

成员列表

名称类型描述
idstring成员 ID
namestring成员名称

返回示例

{
"offset": 0,
"limit": 10,
"totalCount": 102,
"hasNextPage": true,
"hasPreviousPage": true,
"values": [
{
"id": "nxGKqxQa",
"name": "马XXX"
},
{
"id": "zqQRv5Qo",
"name": "李XXX"
},
{
"id": "wWDr5vGM",
"name": "朱XXX"
}
]
}

错误码

变更历史