diff --git a/services/operation_services.py b/services/operation_services.py
index 92ff7d2199d78e2167b6898070235ba5927f3f6d..fb6f30ad37f29113bb30df70e997d6d13fb4e028 100644
--- a/services/operation_services.py
+++ b/services/operation_services.py
@@ -586,7 +586,7 @@ class OperationsService(Component):
             "role": role,
             "id": operation.id,
             "name": operation.name,
-            "email": operation.pmo_id.email
+            "email": operation.sudo().pmo_id.email
         }
 
         return datas