Logo
Zoom Public API Documentation

Join a channel

POST {{baseUrl}}/chat/channels/:channelId/members/me

Joins a channel that is open for anyone in the same organization to join. A channel can have one or more members. You cannot use this API to join private channels that only allow invited members to be a part of them.

Note: This API only supports user-managed OAuth apps.


Scope: chat_channel:write
Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status Created

{ "added_at": "<dateTime>", "id": "<string>", "member_id": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/chat/channels/:channelId/members/me' -H 'Accept: application/json'

ENDPOINTS