菜单

获取用户列表API

下载

混合/授权访问-用户列表

 

请求方式 请求地址
GET https://api.helplook.net/api/auth-access/get-user-list

 

参数

参数名 类型 必填 说明
token string

获取api key

size int 分页长度,最大值200。
cursor string 分页查询的游标,最开始传0,后续传返回参数中的cursor值。
auth_group_id int 分组ID, 多个用逗号分割

响应:

{
    "data": {
        "list": [
            {
                "user_id": "75",          #用户ID
                "name": "chj",            #用户名称
                "phone": "13825988983",   #手机号
                "email": "225226@qq.com", #邮箱
                "group": [
                    {
                        "id": 100,        # 分组ID
                        "name": "默认分组" # 分组名称
                    }
                ],
            }
        ],
        "cursor": "75",    #分页游标
        "has_more": true #是否是否还有更多的数据。true:是 false:否
    },
    "msg": "Success",
    "code": 200
}
上一个
删除用户API
下一个
编辑用户API
最近修改: 2025-01-10Powered by