How to get a list of all users?
VadymKhodak opened this issue · 1 comments
VadymKhodak commented
response = slack.users.list()
returns only first 1K users
xiaochuanyu commented
Had same problem, this is due to library not allowing pagination parameters.
I created a PR: #167 for this.