diff --git a/services/operation_services.py b/services/operation_services.py
index a4decdb95c5068b2d505b44d2f916d4a834932ed..11058c1158dc78c0a4567bbc13d1cb394e971594 100644
--- a/services/operation_services.py
+++ b/services/operation_services.py
@@ -259,16 +259,6 @@ class OperationsService(Component):
 
         # Check rights
         role = self._get_role(operation)
-        if not role.get("isPmo"):
-            raise AccessError(
-                "User id "
-                + str(role.get("id"))
-                + " does not have access to operation"
-                + str(_id)
-                + "("
-                + role.get("name")
-                + ") for PMO role"
-            )
 
         # Get params
         scale = params.get("scale", False)