diff --git a/core/Command/Group/ListCommand.php b/core/Command/Group/ListCommand.php index f4c531bbc8980..13161ec0eaaf2 100644 --- a/core/Command/Group/ListCommand.php +++ b/core/Command/Group/ListCommand.php @@ -73,6 +73,7 @@ private function formatGroups(array $groups, bool $addInfo = false): \Generator foreach ($groups as $group) { if ($addInfo) { $value = [ + 'displayName' => $group->getDisplayName(), 'backends' => $group->getBackendNames(), 'users' => $this->usersForGroup($group), ];