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
We can add members to slack_usergroup_members, and then we can set Default channels for a usergroup
But this is unfortunately a problem, because it's a one-time operation. First time, when a user is added to a usergroup, they get added to the "default" channels of the usergroup.
Later, when we want to move teams to different conversations, we can't - if we update channels for a usergroup later – it does not change existing memberships
If we remove users from a usergroup, it does not remove them from existing channels
Fix / Proposal
New resource: slack_conversation_member – Manage a user being present or not in a conversation/channel
Current situation / problem
slack_usergroup_members
, and then we can setDefault channels
for a usergroupchannels
for a usergroup later – it does not change existing membershipsFix / Proposal
slack_conversation_member
– Manage a user being present or not in a conversation/channelBy managing each membership, we can individually add/remove users from conversations live.
The text was updated successfully, but these errors were encountered: