slackapi / deno-slack-sdk

SDK for building Run on Slack apps using Deno
https://api.slack.com/automation
MIT License
158 stars 27 forks source link

[FEATURE] support usergroups.users.update #342

Open filiptepper opened 1 month ago

filiptepper commented 1 month ago

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:

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 commented 1 month ago

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