| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 否 | — | — |
| 第三方个人应用 | 否 | — | — |
{
"is_active": false,
"offset": 0,
"size": 100,
"dept_ids": [
1,
2,
3
],
"query_date": "20200101"
}curl --location --request POST 'http://127.0.0.1/topapi/inactive/user/v2/get?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_active": false,
"offset": 0,
"size": 100,
"dept_ids": [
1,
2,
3
],
"query_date": "20200101"
}'{
"result": {
"next_cursor": 0,
"list": [
"string"
],
"has_more": true
},
"errmsg": "string",
"errcode": 0,
"request_id": "string"
}