[MM-26532] Support "active" filter on profile search (#14923)

* Support "active" filter on profile search

* Add tests for active user filter
Этот коммит содержится в:
Michael Kochell
2020-06-29 15:52:46 -04:00
коммит произвёл GitHub
родитель bec2f366a7
Коммит 11bc28b5fb
6 изменённых файлов: 115 добавлений и 0 удалений

Просмотреть файл

@@ -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