{
"notification_enabled": true,
"room_id": 72,
"virtual_members": {
"account_id": "abcffr"
},
"extension": "veniam ex ullamco labore"
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/room_members/actions/virtual_members' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"notification_enabled": true,
"room_id": 72,
"virtual_members": {
"account_id": "abcffr"
},
"extension": "veniam ex ullamco labore"
}'{
"code": 200,
"msg": "success",
"data": {
"failed_list": [
{
"account_id": "哈哈哈",
"error_code": 414,
"error_msg": "invalid parameter: account_id"
}
],
"success_list": [
"yx1"
]
}
}