Skip to content

Support pagination for getting users #1468

@KamikazeZirou

Description

@KamikazeZirou

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions