{
"account_ids": [
"string"
]
}
curl --location --request POST 'https://open.yunxinapi.com/im/v2/users/actions/onlineStatus' \
--header 'AppKey;' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"account_ids": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": {
"success_list": [
{
"account_id": "string",
"online_status": [
{
"client_type": 0,
"login_time": 0
}
]
}
],
"failed_list": [
{
"account_id": "string",
"error_code": 0,
"error_msg": "string"
}
]
}
}