更新时间:2024-06-28 GMT+08:00
打开联系人详情页面
扫码体验:
请求参数
参数 |
类型 |
必填 |
说明 |
---|---|---|---|
userId |
String |
否 |
用户账号,如:zhangsan@yourcompany |
userEmail |
String |
否 |
用户邮箱,如:zhangsan@yourcompany.com |
注意:userId、userEmail,只要给一个即可,但必须要给一个。
返回结果
调起通讯录详情页面。
请求示例
- ES6版本
HWH5.openUserProfile({ userId: 'zhangsan@yourcompany' }).catch((error) => { console.log('查看通讯录详细信息异常', error); });
- ES5版本
HWH5.openUserProfile({ userId: 'xx@xx' }).catch(function (error) { console.log('查看通讯录详细信息异常', error); });
HWH5.getDepartment
父主题: 通讯录