{
"appId": "string",
"chatroomId": "xxx@chatroom"
}curl --location 'https://api.wekeapi.com/api/v1/chatroom/getChatroomMemberList' \
--header 'X-Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "string",
"chatroomId": "xxx@chatroom"
}'{
"code": 0,
"data": {
"chatroomAdmin": [
"string"
],
"chatroomOwner": "string",
"memberList": [
{
"displayName": "weke",
"headImgBig": "string",
"headImgSmall": "string",
"inviterWxid": "string",
"nickName": "weke",
"wxid": "wxid_9whjih398kqp22"
}
]
},
"message": "OK"
}