GET /ws-groups?keyword= 解析出 id(角色名可改名,id 稳定)。Authorization: Bearer ********************curl --location 'https://app.emooai.com/open-api/v1/ws-groups//members?page_size=undefined¤t_page=undefined' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 1,
"page_size": 20,
"current_page": 1,
"total_pages": 1,
"results": [
{
"open_id": "ou_xxx",
"ws_username": "张三",
"ws_user_type": 1,
"is_active": true,
"email": "zhangsan@example.com",
"mobile_num": "13800000001",
"avatar_url": "https://cdn.emooai.com/avatar/u1.png?X-Amz-Signature=xxx"
}
]
}
}