Sendbird/checkIfMember

暂不支持在线调用 · 原因见下方

SendbirdSendbird 聊天平台服务端 API v3

GET/v3/group_channels/{channel_url}/members/{user_id}

检查用户是否为成员

检查指定 user_id 的用户是否为 channel_url 对应群组频道的成员。

通过官方 Sendbird Chat Platform API v3 管理用户、群组频道、开放频道、消息、元数据、审核、机器人与公告。完整边界为固定官方生成 SDK revision 重建的 83 个 REST Endpoint;客户端实时协议与 Chat SDK 不在本集合内。应用数据为调用方私有内容,Pontx 不代理、缓存或聚合,调用方使用本地 SDK/CLI 直连。

请求

operationId
checkIfMember
服务器
https://api-{app_id}.sendbird.com
认证
apiTokenAuth

请求参数

channel_url

pathstring必填

频道 URL

group_channel_123

user_id

pathstring必填

用户 ID

user_id_123

响应

200

CheckIfMemberResponseapplication/json

请求成功。

字段: is_memberstate

400

SendbirdApiErrorapplication/json

请求参数无效。

字段: codemessage

401

SendbirdApiErrorapplication/json

未认证或 API 令牌无效。

字段: codemessage

403

SendbirdApiErrorapplication/json

无权限访问该资源。

字段: codemessage

404

SendbirdApiErrorapplication/json

未找到指定资源。

字段: codemessage

429

SendbirdApiErrorapplication/json

请求频率超限,请稍后重试。

字段: codemessage

500

SendbirdApiErrorapplication/json

上游服务内部错误。

字段: codemessage

{
  "is_member": true,
  "state": "invited"
}