通过自建应用创建部门一直提示无权限,配置通讯录可见范围包含通讯录范围 - 部门ID:1000537
请求参数为
{
"name": "S000044",
"parentid": 1000537,
"order": 1
}
返回内容为:
{ "errcode": 60011, "errmsg": "no privilege to access/modify contact/party/agent , hint: [1593505353_54_53ab9c9e3cc2eeb36b80031dc99e634c], from ip: 100.66.97.245, more info at https://open.work.weixin.qq.com/devtool/query?e=60011" }
没找到哪里能配置其他权限,通讯录可见范围实际上已经配置了
您好,自建应用对通讯录只有读取权限,没有编辑权限,创建部门需要使用通讯录应用的secret获取的token创建
也有可能是token获取的不对,每个应用有独立的secret,获取到的access_token只能本应用使用,所以每个应用的access_token应该分开来获取。
https://qyapi.weixin.qq.com/cgi-bin/service/get_corp_token?suite_access_token=%s&debug=1
返回结果
"errcode":48002,"errmsg":"api forbidden, hint: [1642494557042450929587474]
哪位大佬遇到过这个情况吗