Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow team_id argument for users.list method #353

Open
ronanmurphy168 opened this issue Sep 3, 2024 · 0 comments
Open

Allow team_id argument for users.list method #353

ronanmurphy168 opened this issue Sep 3, 2024 · 0 comments

Comments

@ronanmurphy168
Copy link

Is your feature request related to a problem? Please describe.

According to the Slack API docs, the users.list method requires the team_id argument when using an org-level token. The Slack App we are using is an org-level app so we are unable to use the current listUsers method in this client.

Describe the solution you'd like

We would like to request a new listUsers method which accepts the team_id as an argument.

Describe alternatives you've considered

We tried to make our app use a regular token instead of an org-level token. We discovered that once a Slack app has been set as org-level, this cannot be undone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant