Rocket.Chat Tricks
Unconvert Team back to the Channel in Rocket.Chat
You might be already trying this little “Convert to Team” button located under “Channel > Information > ⋮” menu. It works, BUT:
There is no way to undo this action via Rocket.Chat UI! 😡
Lucky us, it’s possible via API:
- Get your `userId` and `authToken` using /api/v1/login.
- Find your `teamId` via /api/v1/teams.listAll.
- Finally, convert your team back to the channel calling /api/v1/teams.convertToChannel.
Done! 🎉
Never give up! And always check API docs 🤖