获取云会议帐号

 

一、接口描述

1.接口名称:

https://openapi.quanshi.com/user/account/getUserIdsByEmails

2.发送方式:

POST

3.参数格式:

accept: application/json;content-type: application/json

 

二、输入参数

参数名 必选 类型 说明
appId string 用户名
emails string数组 电子邮箱数组
appKey string 客户唯一标识

 

三、示例

返回示例

{
    "status": 0,
    "result": [{
        "userId": 81299514,
        "email": "ejs3@test1.com"
    }, {
        "userId": 81299515,
        "email": "eyh1@test1.com"
    }, {
        "userId": 81586150,
        "email": "20190918test5@quanshitest.com"
    }],
    "request_id": "confopenapiserver-192.168.22.58-1598411453.185250000.59",
    "timestamp": 1598411453185,
    "callSeq": "",
    "content_type": "application/json",
    "request_duration": "209.955309ms"
}

 

四、返回参数

参数名 类型 说明
status int 0:成功,非0失败
result 数组 根据邮箱参数数组查询到的结果数组
userId int 用户ID
email string 用户电子邮箱

备注

更多返回错误代码请看首页的错误代码描述