Authorization: Bearer ********************curl --location 'https://app.emooai.com/open-api/v1/ws-user?keyword=undefined&page_size=undefined¤t_page=undefined' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"total": 50,
"page_size": 50,
"current_page": 1,
"total_pages": 1,
"results": [
{
"open_id": "ou_xxx",
"user_id": 1,
"is_active": true,
"workspace_id": 1,
"ws_user_type": 1,
"ws_username": "张三",
"created_at": "2026-01-01T00:00:00Z",
"updated_at": "2026-01-02T00:00:00Z",
"ws_group_list": [
{
"id": 1,
"group_name": "技术部",
"workspace_id": 1
}
],
"email": "zhangsan@example.com",
"mobile_num": "13800000001",
"avatar_url": "https://cdn.emooai.com/avatar/u1.png?X-Amz-Signature=xxx",
"ext_info": null
}
]
}
}