更新群成员信息
PATCH
/im/v2/team_members/{account_id}
请求参数
Path 参数
account_id
string
必需
示例值:
accid1
Header 参数
AppKey
string
必需
默认值:
{{AppKey}}
X-custom-traceid
string
可选
默认值:
{% mock 'uuid' %}
Nonce
string
必需
默认值:
{{Nonce}}
CurTime
string
必需
默认值:
{{CurTime}}
CheckSum
string
必需
默认值:
{{CheckSum}}
Body 参数application/json
operator_id
string
操作者(群主或管理员)账号 ID。
team_type
integer
群组类型
team_id
number
群组 ID
team_nick
string
此成员在本群中的昵称
chat_banned
boolean
在本群中是否禁言此成员
message_notify_state
integer
本群的新消息是否提醒该成员
extension
string
自定义扩展字段
special_follow_update_info
object
可选
account_ids
array[string]
添加或移除的特别关注群成员列表
type
integer
修改类型
示例
{
"operator_id": "accid1",
"team_type": 1,
"team_id": 18573968767,
"team_nick": "白娟",
"chat_banned": false,
"message_notify_state": 1,
"extension": "deserunt in cillum mollit"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/team_members/accid1' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"operator_id": "accid1",
"team_type": 1,
"team_id": 18573968767,
"team_nick": "白娟",
"chat_banned": false,
"message_notify_state": 1,
"extension": "deserunt in cillum mollit"
}'
返回响应
🟢200成功
application/json
Body
code
integer
状态码
msg
string
提示信息
data
object
返回数据
member_role
integer
需要更新的群成员的角色
account_id
string
该成员的账号 ID。
chat_banned
boolean
该成员是否被禁言
invitor_account_id
string
邀请该成员入群的用户账号 ID。
team_nick
string
该成员在本群中的昵称。
create_time
integer
群成员信息生成的时间戳。
update_time
integer
群成员信息更新的时间戳。
示例
{
"code": 68,
"msg": "ullamco dolor nostrud consequat sunt",
"data": {
"member_role": 40,
"account_id": "29",
"chat_banned": false,
"invitor_account_id": "6",
"team_nick": "侯秀英",
"create_time": 274093745635,
"update_time": 1600900574016
}
}
🟢200成功
🟢200请求参数错误
🟢200服务器错误
修改于 2025-01-06 09:45:03