{
"status": 200,
"message": "Search completed successfully",
"data": {
"mailboxPerDomain": {
"example.com": [
{
"id": "uuid-1",
"first_name": "John",
"last_name": "Doe",
"domain": "example.com",
"username": "john",
"workspace_id": "workspace-uuid",
"service_provider": "GOOGLE",
"mailboxWorkspace": {
"id": "workspace-uuid",
"name": "My Workspace"
}
},
{
"id": "uuid-2",
"first_name": "Jane",
"last_name": "Smith",
"domain": "example.com",
"username": "jane",
"workspace_id": "workspace-uuid",
"service_provider": "GOOGLE",
"mailboxWorkspace": {
"id": "workspace-uuid",
"name": "My Workspace"
}
}
],
"another-domain.com": [
{
"id": "uuid-3",
"first_name": "Bob",
"last_name": "Wilson",
"domain": "another-domain.com",
"username": "bob",
"workspace_id": "workspace-uuid-2",
"service_provider": "MICROSOFT",
"mailboxWorkspace": {
"id": "workspace-uuid-2",
"name": "Another Workspace"
}
}
]
},
"pagination": {
"totalRecords": 3,
"totalPages": 1,
"currentPage": 1,
"limit": 50,
"hasNextPage": false,
"hasPreviousPage": false
}
}
}