Page History

Groupmemberrole

Last edited by 赵家龙

返回

获取群组管理员


URL: imtest.cnlive.com/CnliveIM/notify/groupMemberRole.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
groupId String true 群组id
pageNo int true pageNo
pageSize int true pageSize

返回格式: JSON


返回格式样例:

{
    "errorCode":"0",
    "errorMessage":"",
    "data":{
        "ownerList":[
            {
                "userId":"10537318",
                "nickName":"好好",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0921/1569034027069_small.jpg"
            }
        ],
        "memberList":[
            {
                "userId":"10619156",
                "nickName":"188XXXX5873",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0823/1566553317978_small.jpg"
            },
            {
                "userId":"10619160",
                "nickName":"哈哈哈",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0905/1567688734508_small.jpg"
            },
            {
                "userId":"10621146",
                "nickName":"Null",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0825/1566731738743_small.jpg"
            },
            {
                "userId":"10622084",
                "nickName":"柚子",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0830/1567132359273_small.jpg"
            },
            {
                "userId":"10622177",
                "nickName":"187xxxx1550",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0831/1567215038420_small.jpg"
            },
            {
                "userId":"10622261",
                "nickName":"Carldeng",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0830/1567177374238_small.jpg"
            },
            {
                "userId":"10629446",
                "nickName":"你null",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0921/1569077346983_small.jpg"
            }
        ],
        "haseNextPage":false,
        "adminList":[
            {
                "userId":"10622261",
                "nickName":"Carldeng",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0830/1567177374238_small.jpg"
            },
            {
                "userId":"10629446",
                "nickName":"你null",
                "image":"http://yweb0.cnliveimg.com/images/headImg/2019/0921/1569077346983_small.jpg"
            }
        ]
    }
}