| 名称 | 类型 | 描述 |
|---|---|---|
| Authorization | string | tenant_access_token值格式:"Bearer access_token"示例值:"Bearer t-7f1bcd13fc57d46bac21793a18e560"了解更多:如何选择与获取 access token |
| Content-Type | string | 固定值:"application/json; charset=utf-8" |
| user_id_type | string | 用户 ID 类型示例值:"open_id"可选值有:open_id:用户的 open idunion_id:用户的 union iduser_id:用户的 user id默认值:open_id当值为 user_id,字段权限要求:获取用户 user ID仅自建应用 |
| user_ids | string | 用户ID示例值:["47f621ff"]数据校验规则:最大长度:100 |
| code | int | 错误码,非 0 表示失败 |
| msg | string | 错误描述 |
| data | - | -` |
| ∟ mask_sessions | mask_session[] | 用户登录信息 |
| ∟ create_time | string | 创建时间 |
| ∟ terminal_type | int | 客户端类型可选值有:0:未知1:个人电脑2:浏览器3:安卓手机4:Apple手机5:服务端 |
| ∟ user_id | string | 用户ID |
{
"code": 0,
"data": {
"mask_sessions": [
{
"create_time": "1644980493",
"terminal_type": 2,
"user_id": "47f183f1f1"
},
{
"create_time": "1644983127",
"terminal_type": 2,
"user_id": "47f183ff1"
},
{
"create_time": "1644983127",
"terminal_type": 2,
"user_id": "47f183ff2"
}
]
},
"msg": ""
}
【飞书】API开发者 微信交流群
用微信扫右侧二维码,加入【飞书】API开发者 交流群,互助沟通

扫码加入交流群