应用类型 | 是否支持 | 权限 | API Explorer调试 |
---|---|---|---|
企业内部应用 | 支持 | 专属钉钉可信设备信息读写权限 | API Explorer |
第三方企业应用 | 暂不支持 | 专属钉钉可信设备信息读写权限 | 暂不支持 |
第三方个人应用 | 暂不支持 | 专属钉钉可信设备信息读写权限 | 暂不支持 |
HttpCode | 错误码 | 错误信息 | 说明 |
---|---|---|---|
400 | insert.repeat.error | 重复插入 | 重 复插入 |
400 | param.format.error | 参数格式错误 | 参数格式错误 |
400 | param.missing | 参数不合法 | 参数不合法 |
400 | employee.not.found | userId错误 | userId错误 |
500 | service.error | 系统内部调用错误 | 系统内部调用错误 |
{}
curl --location --request POST 'http://127.0.0.1/v1.0/exclusive/trustedDevices' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"success": true
}