Logo
Zoom Public API Documentation

Invite channel members

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

Invites members that are in a user's contact list to a channel. A channel can have one or multiple members. The maximum number of members that can be added at once with this API is 5.

Scope: chat_channel:write
Note: This API only supports user-managed OAuth app

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "added_at": "<dateTime>", "ids": "<string>", "member_ids": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/chat/channels/:channelId/members' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"members":[{"email":"\u003cemail\u003e"},{"email":"\u003cemail\u003e"}]}'

ENDPOINTS