Gh 19916 mmctl list deactivated users only (#26646)
Этот коммит содержится в:
@@ -97,6 +97,7 @@ type Client interface {
|
||||
SyncLdap(ctx context.Context, includeRemovedMembers bool) (*model.Response, error)
|
||||
MigrateIdLdap(ctx context.Context, toAttribute string) (*model.Response, error)
|
||||
GetUsers(ctx context.Context, page, perPage int, etag string) ([]*model.User, *model.Response, error)
|
||||
GetUsersWithCustomQueryParameters(ctx context.Context, page, perPage int, queryParameters string, etag string) ([]*model.User, *model.Response, error)
|
||||
GetUsersByIds(ctx context.Context, userIDs []string) ([]*model.User, *model.Response, error)
|
||||
GetUsersInTeam(ctx context.Context, teamID string, page, perPage int, etag string) ([]*model.User, *model.Response, error)
|
||||
UpdateUserActive(ctx context.Context, userID string, activate bool) (*model.Response, error)
|
||||
|
||||
Ссылка в новой задаче
Block a user