# 通过腾讯auth_code获取用户基本信息
# host: https://yach-oapi.zhiyinlou.com 正式环境
# host: https://yach-oapi-test.zhiyinlou.com 测试环境
# 概述
名称 | 值 |
---|---|
地址 | /meeting/tencent/get_user_info/by_auth_code |
请求方式 | POST |
参数 | 见【参数】 |
返回值 | 见【返回值】 |
# 参数
参数 | 参数类型 | 必须 | 说明 |
---|---|---|---|
access_token | string | 是 | 调用接口凭证 |
sdk_id | string | 是 | 应用ID, 接入方在会议平台备案的应用ID |
auth_code | string | 是 | 腾讯会议免登码 |
出参:
{
"code": 200,
"msg": "",
"obj": {
"corp_id": 1,
"work_code":"012345"
"userid":"7463785764783737748"
}
}