diff --git a/gracedb/api/v1/superevents/views.py b/gracedb/api/v1/superevents/views.py
index ca4b2faba3a782d50978e5ef39f3783b2a7c8624..94b2a17d84946128f2f598c2ca07c6d36afae18a 100644
--- a/gracedb/api/v1/superevents/views.py
+++ b/gracedb/api/v1/superevents/views.py
@@ -374,6 +374,7 @@ class SupereventGroupObjectPermissionViewSet(SafeCreateMixin,
     permission_classes = (permissions.IsAuthenticatedOrReadOnly,
         SupereventGroupObjectPermissionPermissions,)
     pagination_class = BasePaginationFactory(results_name='permissions')
+    list_view_order_by = ('group',)
 
     @action(methods=['post'], detail=False)
     def modify(self, request, superevent_id):