接口地址

域名:https://open.mindoffice.cn
uri : /open-platform/api/user/list

请求地址

https://open.mindoffice.cn/open-platform/api/user/list

请求方式

GET

请求Header

app-id 系统分配
app-secret 系统分配
x-request-id 请求id

 

返回参数

 

字段类型必须描述默认示例值
codestring状态码200200:成功
非200:失败
msgstring提示  
dataobject

 

data参数


字段 类型 必须 描述 默认 示例值
users array []
nick_name string 用户名 如易
union_id string union_id xxx
open_id string 订阅用户的open_id zzzzzff

 

{
    "code": 200,
    "msg": "OK",
    "data": {
        "users": [
            {
                "union_id": "on_620d169927f8e9c3a4a61b94bc5c05a1",
                "open_id": "ou_e085ab1bdec1437fbfa05c1304e3a5fc",
                "nick_name": "刚子"
            }
        ]
    }
}

Curl 格式

curl --location "https://open.mindoffice.cn/open-platform/api/user/list" \
    -H "Content-Type: application/json" \
    -H "APP-ID: robot_f7rsbv1o253g2j3g" \
    -H "APP-Secret: lJ8f6pn5vCe8jjEQFBVPPmL6SW8QmV8d" \
    -H "X-Request-ID: 1"
 更新时间:2026-03-26
上一篇:
下一篇: