Add search functionality for user groups

Implemented `SearchUserGroupApiProvider` to handle user group search requests. Added `UserGroupRepository` and its interface to support search queries. Updated API specs to include user group as a searchable type.
This commit is contained in:
2024-09-26 14:17:19 +02:00
parent b4fa478177
commit 9e69c97250
5 changed files with 205 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ paths:
- thirdparty
- user
- household
- user-group
responses:
200:
description: "OK"