[MM-26532] Support "active" filter on profile search (#14923)
* Support "active" filter on profile search * Add tests for active user filter
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
bec2f366a7
Коммит
11bc28b5fb
@@ -20,6 +20,8 @@ type UserGetOptions struct {
|
||||
WithoutTeam bool
|
||||
// Filters the inactive users
|
||||
Inactive bool
|
||||
// Filters the active users
|
||||
Active bool
|
||||
// Filters for the given role
|
||||
Role string
|
||||
// Sorting option
|
||||
|
||||
Ссылка в новой задаче
Block a user