slacker icon indicating copy to clipboard operation
slacker copied to clipboard

How to get a list of all users?

Open VadymKhodak opened this issue 5 years ago • 1 comments

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

VadymKhodak avatar Apr 26 '20 13:04 VadymKhodak

Had same problem, this is due to library not allowing pagination parameters. I created a PR: https://github.com/os/slacker/pull/167 for this.

xiaochuanyu avatar Apr 28 '20 14:04 xiaochuanyu