-
-
Notifications
You must be signed in to change notification settings - Fork 242
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
企业微信获取用户详情 #284
Comments
测试了一下,按官方文档(https://developer.work.weixin.qq.com/document/path/95833),通过 {
"errcode": 0,
"errmsg": "ok",
"userid":"lisi",
"gender":"1",
"avatar":"http://shp.qpic.cn/bizmp/xxxxxxxxxxx/0",
"qr_code":"https://open.work.weixin.qq.com/wwopen/userQRCode?vcode=vcfc13b01dfs78e981c",
"mobile": "13800000000",
"email": "[email protected]",
"biz_mail":"[email protected]",
"address": "广州市海珠区新港中路"
}
··· |
问题是什么? |
|
所以是让我去企业微信那边改他们接口么? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
开启 detailed 时,会通过
getUserById
方法获取详细信息:getUserById
方法是通过企业微信·企业内部开发·服务端API·通讯录管理·读取成员
接口实现的。但是在最新版本的企业微信API中,该接口已经不再返回 头像、性别、手机、邮箱、企业邮箱、员工个人二维码、地址 字段(https://developer.work.weixin.qq.com/document/path/90196)The text was updated successfully, but these errors were encountered: