{
"team_id": 18573968767,
"chat_ban_account_ids": ["ciaos12", "ciaos13"],
"chat_banned": true,
"team_type": 1,
"operator_id": "accid1"
}curl --location --request PATCH 'https://open.yunxinapi.com/im/v2/team_members/actions/batch_mute' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"team_id": 18573968767,
"chat_ban_account_ids": ["ciaos12", "ciaos13"],
"chat_banned": true,
"team_type": 1,
"operator_id": "accid1"
}'{
"code": 200,
"msg": "success",
"data": {
"success_list": [
"account_id1",
"account_id2"
],
"failed_list": [
{
"account_id": "account_id1",
"error_code": 102404,
"error_msg": "%s not valid"
}
]
}
}