Adding members to private groups using api requests in slack

22 Views Asked by At

I wanted to invite a member into a private channel in slack automatically using slack API. i use the method https://api.slack.com/methods/conversations.invite. i gave app for the api toekn and configured the bot and user permiision with group. write and group.write.invite and channel.write.invite etc as mentioned in the documentation . I used the bot token to send the api request but the response i received was scope not provided requested scope: group.write and group.write.invite which i had already provided. I tried reinstaling the app still the problem repeats. What should i do API Response

I am expecting the member in my workspace to be added to the private channel

0

There are 0 best solutions below