A channel can have one or multiple members. List all the members of a channel using this API.
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 View or Edit permission for Chat Channels.
Scopes: chat_channel:read:admin
Rate Limit Label: Medium
curl --location --request GET 'http://api.zoom.us/v2/chat/users//channels//members'
{
"members": [
{
"email": "IiUQCUCLs@XKmztyJAAU.di",
"first_name": "Harry",
"id": "laboris3764763ull",
"last_name": "King",
"role": "admin"
},
{
"email": "hJUWLsYtyw@ljXwqOlyNCvBjtkLOx.eox",
"first_name": "Alisha",
"id": "eul21dfabore",
"last_name": "Sapkota",
"role": "member"
}
],
"next_page_token": "",
"page_size": 30,
"total_records": 2
}
owner
, admin
, member
.【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通