Logo
Zoom Public API Documentation

Promote channel members to administrators

POST {{baseUrl}}/chat/users/:userId/channels/:channelId/admins

Promotes members to administrator role in a channel. For user-level apps, pass the me value instead of the userId parameter.

Scopes: chat_channel:write:admin
Rate Limit Label: Medium

Note: For an account-level OAuth app, this API can only be used on behalf of a user who is assigned with a role that has the Edit permission for Chat Channels.

 

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/users/:userId/channels/:channelId/admins' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"admins":[{"email":"\u003cemail\u003e"},{"email":"\u003cemail\u003e"}]}'

ENDPOINTS