{
"success": true,
"data": [
{
"id": "cm5emp001",
"orgId": "cm5abc123def456",
"name": "Jane Smith",
"email": "emp1@org.com",
"role": "Frontend Engineer",
"department": "Engineering",
"skills": [
"React",
"TypeScript",
"Tailwind CSS"
],
"walletAddress": "0x742d35Cc6634C0532925a3b844Bc9e7595f2bD38",
"roleType": "EMPLOYEE",
"isActive": true,
"createdAt": "2026-02-20T10:30:00.000Z",
"updatedAt": "2026-02-20T10:30:00.000Z"
},
{
"id": "cm5emp002",
"orgId": "cm5abc123def456",
"name": "Bob Johnson",
"email": "emp2@org.com",
"role": "Backend Engineer",
"department": "Engineering",
"skills": [
"Node.js",
"PostgreSQL",
"Docker"
],
"walletAddress": null,
"roleType": "EMPLOYEE",
"isActive": true,
"createdAt": "2026-02-20T10:35:00.000Z",
"updatedAt": "2026-02-20T10:35:00.000Z"
}
]
}