用户列表

Path:/third_api/users/list
Method:POST
接口描述:
  • 用户列表页

Header 参数说明

参数名称 参数值 必填 备注
Content-Type application/json 数据类型
Access-Token **** 励销云为每个平台单独颁发唯一Token;通过申请人邮件发送
Company-Code **** 企业/账号绑定标识

Body 参数说明

参数名称 类型 必填 备注
operator_id String 第三方账号标识
name String 用户名
page Integer 页码,默认:1
per_page Integer 页数,默认:10

返回数据

{
    "code": 0,
    "success": true,
    "message": "接口请求成功",
    "data": {
        "list": [
            {
                "id": 2,
                "name": "项羽"
            }
        ],
        "total_count": 1,
        "total_pages": 1,
        "has_next_page": false,
        "per_page": 1
    }
}

返回 参数说明

参数名称 类型 必需 备注
code Integer 状态码
success Boolean
message String 成功/错误描述
data Array Hash
├─ list Array 用户列表
├─ ─ id Integer 用户id
├─ ─ name Integer 用户名
文档更新时间: 2025-09-23 15:23   作者:胡强