os/slacker

How to get a list of all users?

VadymKhodak opened this issue · 1 comments

response = slack.users.list() returns only first 1K users

Had same problem, this is due to library not allowing pagination parameters.
I created a PR: #167 for this.