{
"operator_id": "accid1",
"team_id": 18573968767,
"team_type": 1,
"invite_account_ids": [
"accid2"
],
"msg": "in",
"extension": "fugiat in"
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/team_members' \
--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_id": 18573968767,
"team_type": 1,
"invite_account_ids": [
"accid2"
],
"msg": "in",
"extension": "fugiat in"
}'{
"code": 200,
"msg": "success",
"data": {
"success_list": [
"accoutn_id1",
"accoutn_id2"
],
"failed_list": [
{
"account_id": "accoutn_id1",
"error_code": 102404,
"error_msg": "%s not valid"
}
]
}
}