Skip to content

Commit fa52452

Browse files
Merge pull request #54712 from nextcloud/backport/53275/stable30
2 parents 1847a40 + 740b88b commit fa52452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/provisioning_api/lib/Controller/GroupsController.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public function getGroups(string $search = '', ?int $limit = null, int $offset =
9898
*/
9999
#[NoAdminRequired]
100100
#[AuthorizedAdminSetting(settings: Sharing::class)]
101+
#[AuthorizedAdminSetting(settings: Users::class)]
101102
public function getGroupsDetails(string $search = '', ?int $limit = null, int $offset = 0): DataResponse {
102103
$groups = $this->groupManager->search($search, $limit, $offset);
103104
$groups = array_map(function ($group) {

0 commit comments

Comments
 (0)