应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 否 | — | — |
第三方企业应用 | 是 | 开发者后台申请。 | 调试 |
第三方个人应用 | 否 | — | — |
{
"authed_staff_id": "xxxxx",
"staff_id": "xxxx",
"authed_corp_id": "corpidxxxxx"
}
curl --location --request POST 'http://127.0.0.1/topapi/call/calluser?suite_access_token=be46faxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"authed_staff_id": "xxxxx",
"staff_id": "xxxx",
"authed_corp_id": "corpidxxxxx"
}'
{
"errcode": 0,
"errmsg": "string"
}