role:read:admin
Medium
curl --location --request GET 'http://api.zoom.us/v2/roles'
{
"roles": [
{
"description": "Account owner has full privileges to access and manage a Zoom account.",
"id": "0",
"name": "Owner",
"total_members": 1
},
{
"description": "Admins have wide range privileges to access and manage a Zoom account.",
"id": "1",
"name": "Admin",
"total_members": 0
},
{
"description": "Members have access to basic Zoom video meeting functions but no account management privileges.",
"id": "2",
"name": "Member",
"total_members": 1
}
],
"total_records": 3
}
【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助 沟通