MM-16477 Add api to get users modified since a given time (#11406)
* MM-16477 Add api to get users modified since a given time * Address feedback
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
89a41dc381
Коммит
4b96437370
@@ -29,3 +29,8 @@ type UserGetOptions struct {
|
||||
// Page size
|
||||
PerPage int
|
||||
}
|
||||
|
||||
type UserGetByIdsOptions struct {
|
||||
// Since filters the users based on their UpdateAt timestamp.
|
||||
Since int64
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user