There was an error while loading. Please reload this page.
2 parents 706f450 + bebe837 commit e982326Copy full SHA for e982326
1 file changed
apps/provisioning_api/lib/Controller/GroupsController.php
@@ -98,6 +98,7 @@ public function getGroups(string $search = '', ?int $limit = null, int $offset =
98
*/
99
#[NoAdminRequired]
100
#[AuthorizedAdminSetting(settings: Sharing::class)]
101
+ #[AuthorizedAdminSetting(settings: Users::class)]
102
public function getGroupsDetails(string $search = '', ?int $limit = null, int $offset = 0): DataResponse {
103
$groups = $this->groupManager->search($search, $limit, $offset);
104
$groups = array_values(array_map(function ($group) {
0 commit comments