-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Remove Members from Channel #29
Comments
Hi @oaulicino, Apologies for the delayed response. We have raised a PR for the Thank you! |
Hey @khushboo9024 for some reason I am getting an authentication error. This does not happen when I use other pipelines: Outputs: Error: User Defined |
OK, looks like I was able to fix the authentication issue, but I am now getting this error when trying to use the pipeline: `Outputs: Error: User Defined I am using a query to retrieve a simple list of ids to remove from the channel: ` pipeline "my_pipeline_remove_users_from_monitoring_compliance_channel" {
}` What am I missing here? |
Is your feature request related to a problem? Please describe.
Currently there is no method of removing users invited to channels. I am able to invite members, but I would like to be able to remove some of them that are no longer necessary. Right now, I am manually removing the ones I know, but with larger numbers of members, it is really hard to keep up.
Describe the solution you'd like
Use the https://api.slack.com/methods/conversations.kick API endpoint to create a similar pipeline we currently have to invite members.
Describe alternatives you've considered
Right now, I have no alternatives other than manually removing individuals I know of.
Additional context
No additional context at the moment.
The text was updated successfully, but these errors were encountered: