Is there a way to add new users to an existing conversation channel?

Hello Team, I’m trying to add users to the existing conversation channel I’ve created. I’m using this API endpoint to do so: /api/v3/channels/:channelId/users

I received the error as below:


Is there a way I can add the user? Is there an endpoint I’m not aware of?

it’s not allowed to add users to conversation type channels, you need to specify the user ids in the channel creation

Will there be changes in the future to be able to add users into that channel?

as a convention of how to handle conversation type, we don’t have a plan to support that (Slack also doesn’t support). Because chat history in a conversation type channel should only visible to the users who initially included in the conversation, one sample is that if you and I are having a 1:1 chat, we for sure don’t want to drag another person in our group and allow him to see all the chat history.