[
{
"id": 456,
"created_at": "2024-01-10T09:15:00Z",
"email": "john.smith@company.com",
"first_name": "John",
"last_name": "Smith",
"role": "admin",
"position": "Partnership Manager",
"email_verified": "2024-01-10T09:30:00Z",
"disabled_at": null,
"color": "#4F46E5",
"profile_image_id": 789,
"profile_image_uuid": "profile-uuid-789",
"country_id": 1,
"country_label": "United States",
"country_code": "US"
},
{
"id": 457,
"created_at": "2024-01-12T14:20:00Z",
"email": "sarah.johnson@company.com",
"first_name": "Sarah",
"last_name": "Johnson",
"role": "partnerships",
"position": "Business Development",
"email_verified": "2024-01-12T14:45:00Z",
"disabled_at": null,
"color": "#059669",
"profile_image_id": null,
"profile_image_uuid": null,
"country_id": 1,
"country_label": "United States",
"country_code": "US"
}
]