查询开放状态的聊天室
更新时间: 2024/07/17 17:57:35
IM 服务端也支持查询被设置为开放状态的聊天室列表。
功能描述
查询被特定用户设置为开放状态的聊天室列表。
URL
httpPOST https://api.netease.im/nimserver/chatroom/queryUserRoomIds.action HTTP/1.1
Content-Type:application/x-www-form-urlencoded;charset=utf-8
请求参数
-
POST 请求中 Headers 的设置请参考API调用方式。
-
POST 请求中 Body 的设置如下:
参数 | 类型 | 必填 | 说明 |
---|---|---|---|
creator | String | 是 | 聊天室创建者accid |
示例
cURL请求示例
curlcurl -X POST -H 'appkey: fe416640**47ad2547' -H 'cache-control: no-cache' -H 'checksum: 18f5435a7**8797f75265495034' -H 'content-type: application/x-www-form-urlencoded' -H 'curtime: 1508481877' -H 'nonce: 12345' -d 'creator=xiaoming01' "https://api.netease.im/nimserver/chatroom/queryUserRoomIds.action"
请求成功返回示例
json
"Content-Type": "application/json; charset=utf-8"
{
"code": 200,
"desc":{
"roomids": [
"1015",
"2016",
"2017",
"5062",
"23037398"
]
}
}
状态码
该 API 在 HTTPS Body 中返回请求的状态码,状态码详情请参见状态码。
此文档是否对你有帮助?