-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
Description
Now, GetUsers return all users and doesn't support pagination. GetUsers uses Slack API users.list
and users.list
supports paging. So, this SDK can get users with paging.
The number of users can be over 1,000 and more. This isn't few.
I think it is better to support pagination for getting users.
(Optional) Slack's documentation
https://api.slack.com/methods/users.list
Note
I'm replacing code using raw slack API with code using this SDK.
Then, I found GetUsers doesn't support pagination.
My implementation is #1465.
Metadata
Metadata
Assignees
Labels
No labels