POST {{baseUrl}}/chat/users/:userId/channels
Creates a channel for a user. For user-level apps, pass the Zoom chat channels allow users to communicate via chat in private or public groups. Scopes: Note: This API supports both user-managed apps and account-level apps. However, in an account-level OAuth app, to create a channel on behalf of another user in the same Zoom account, the user calling this API must have a role that has the Edit permission for the Chat channels feature.me
value instead of the userId
parameter.chat_channel:write
or chat_channel:write:admin
Rate Limit Label: Medium
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"id": "<string>",
"jid": "<string>",
"name": "<string>",
"type": 4,
"channel_url": "<string>"
} |
ENDPOINTS