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

[FEATURE] support usergroups.users.update #342

Open
filiptepper opened this issue Jul 17, 2024 · 1 comment
Open

[FEATURE] support usergroups.users.update #342

filiptepper opened this issue Jul 17, 2024 · 1 comment
Labels
backend Slack backend issue feature request New feature or request

Comments

@filiptepper
Copy link

I'm working on implementing an on-call workflow and for that purpose I would like to manage some of the user groups I have in my Slack account.

Currently only the following methods are available:

  • RemoveUserFromUsergroup
  • CreateUsergroup
  • AddUserToUsergroup

My proposal is to add UpdateUsersInUsergroup function (usergroups.users.update).

If that helps I'm open to contribute a PR to support this. I have signed the CLA. Let me know if that aligns with your plans and thanks!

@WilliamBergamin WilliamBergamin added feature request New feature or request backend Slack backend issue labels Jul 17, 2024
@WilliamBergamin
Copy link
Contributor

WilliamBergamin commented Jul 17, 2024

Hi @filiptepper thanks for writing in 💯

Slack functions are implemented and deployed on Slacks backend, this SDK provides an interface to interact with them. UpdateUsersInUsergroup is not yet implemented, so we cannot add the interface for it.

I will bring this up internally as a feature request. You can also use the /feedback slash command in slack to request this feature

The current workaround is to build a custom function that sends a request to usergroups.users.update

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Slack backend issue feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants