{}
curl --location --request GET 'http://127.0.0.1/v1.0/serviceGroup/groups/queryActiveUsers?openConversationId=' \
--header 'x-acs-dingtalk-access-token;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"activeUserInfos": [
{
"unionId": "string",
"nickName": "string",
"actionIndexL7d": {},
"actionIndexL14d": {},
"actionIndexL30d": {},
"activeScore": {},
"ranking": 0
}
]
}