{
"success": true,
"data": [
{
"id": "665e2a104a6d8c001abc4001",
"userId": "665e2a104a6d8c001abc4101",
"email": "sarah.chen@yourcompany.com",
"name": "Sarah Chen",
"role": "owner",
"createdAt": "2025-01-15T09:00:00.000Z"
},
{
"id": "665e2a104a6d8c001abc4002",
"userId": "665e2a104a6d8c001abc4102",
"email": "james.rodriguez@yourcompany.com",
"name": "James Rodriguez",
"role": "admin",
"createdAt": "2025-02-20T14:30:00.000Z"
},
{
"id": "665e2a104a6d8c001abc4003",
"userId": "665e2a104a6d8c001abc4103",
"email": "priya.patel@yourcompany.com",
"name": "Priya Patel",
"role": "member",
"createdAt": "2025-03-10T11:00:00.000Z"
}
]
}