{
"roomId": "string",
"uniqueId": "string",
"cursor": "string",
"limit": 0
}curl --location --request POST '调用域名请咨询客服/api/openapi/room/v1/member/list' \
--header 'Authorization: Bearer {{Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"roomId": "string",
"uniqueId": "string",
"cursor": "string",
"limit": 0
}'{
"statusCode": 0,
"data": {
"nextCursor": "string",
"memberList": [
{
"uniqueId": "string",
"appellation": "string",
"remarkName": "string",
"isSignUp": true
}
]
},
"succeeded": true,
"errors": null,
"extras": null,
"timestamp": 0
}