查询云会议帐号

 

一、接口描述

1.接口名称:

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

2.发送方式:

POST

3.参数格式:

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

 

二、输入参数

参数名 必选 类型 说明
appId int 应用ID,请传递6
username string 管理员登录名
password string 管理员密码
account_userEmail string 要查询的用户电子邮箱

 

三、示例

返回示例

{
    "status": 0,
    "result": {
        "keyPrefix": "",
        "uniqueKey": 0,
        "id": 87669201,
        "loginName": "openpaitest30xx_dtest@testopenapi.com",
        "password": "62191af07cd3900f12f8ef8c69a60048",
        "passType": 1,
        "email": "openpaitest30xx_dtest@testopenapi.com",
        "userstatus": 1,
        "productStatus": 0,
        "sex": 0,
        "mobileNumber": "",
        "register": true,
        "namepinyin": "OPENPAITEST30XX_DTESTX",
        "namepinyinFull": "openpaitest30xx_dtestx",
        "registertime": 1597740759000,
        "lastlogintime": 0,
        "userforgetflag": false,
        "organizationId": 0,
        "organizationName": "",
        "orgDetails": [],
        "parentOrgName": "",
        "oldOrgNodeCode": "",
        "orgNodeCode": "",
        "position": "",
        "displayName": "openpaitest30xx_dtestx",
        "first_name": "",
        "middle_name": "",
        "last_name": "",
        "homePage": "",
        "iconUrl": "",
        "description": "",
        "lastUpdateTime": 1598411325000,
        "office": "",
        "officePhone": "",
        "sign": "",
        "contactId": 0,
        "obj": null,
        "cityCode": "",
        "countryCode": "86",
        "subCode": "",
        "phoneTypeName": "",
        "mailVerified": true,
        "phoneVerified": false,
        "invisible": false,
        "role": 1,
        "userTpList": [],
        "userProductList": [{
            "id": 0,
            "userId": 87669201,
            "productId": 80,
            "userStatus": 82,
            "status": 61,
            "sitesId": 171723,
            "statusModifyTime": 0,
            "createdTime": 1597740760000,
            "isHostAccount": null,
            "isNoFunds": false
        }, {
            "id": 0,
            "userId": 87669201,
            "productId": 60000,
            "userStatus": 82,
            "status": 61,
            "sitesId": 171699,
            "statusModifyTime": 0,
            "createdTime": 1597740760000,
            "isHostAccount": null,
            "isNoFunds": false
        }],
        "otherProperty": [],
        "createTime": null,
        "passwordUpdateTime": null,
        "passwordLevel": 0,
        "orderFlag": null,
        "nameid": "",
        "hostPasscode": "",
        "participantPasscode": "",
        "sitesId": 0,
        "parentOrgId": null,
        "openProductStatus": 0,
        "customerCode": "153390",
        "customerName": "",
        "isEnterpriseUser": 0,
        "userIdentifications": [],
        "invitationCode": "",
        "key": "",
        "externalUserName": "",
        "externalUserAddr": "",
        "externalConfigId": null,
        "ecologicalUser": false,
        "cacheKeyPrefix": "com:quanshi:ums:profile",
        "cacheUniqueKey": 87669201,
        "name": "",
        "password_type": 1
    },
    "request_id": "confopenapiserver-192.168.22.47-1599468702.717168000.81",
    "timestamp": 1599468702717,
    "callSeq": "",
    "content_type": "application/json",
    "request_duration": "1.528253294s"
}

 

四、返回参数

参数名 类型 说明
status int 0:成功,非0失败
result json 查询结果
id int 用户ID
loginName string 用户登录名
email string 用户电子邮箱
countryCode string 用户手机号国家码
mobileNumber string 用户手机号
displayName string 用户姓名
userProductList 数组 用户已开通产品列表
customerCode string 用户所属的客户编码
hostPasscode string 主持人密码
participantPasscode string 参会人密码

备注

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