chat_channel:write
or chat_channel:write:admin
Medium
curl --location --request POST 'http://api.zoom.us/v2/chat/users//channels'
{
"id": "id8977ullamco",
"jid": "nisi73624365536st",
"name": "Happy Channel",
"type": 1
}
1
: Private channel. In this type of channel, members must be invited to join a channel.2
: Private channel with members that belong to one Zoom account. Members in this channel should be invited and the members should be from the same organization.3
: Public channel. Anyone can search for this channel and join the channel.4
: New chat. This is an instant channel which can be created by adding members to a new chat.