You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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!
The text was updated successfully, but these errors were encountered: