room:read:admin
Medium
curl --location --request GET 'http://api.zoom.us/v2/rooms/locations'
{
"page_size": 30,
"next_page_token": "",
"locations": [
{
"id": "AAAAAAAAAA",
"name": "Country/Region1",
"parent_location_id": "I-qsfdUbbbbg",
"type": "country"
},
{
"id": "BBBBBBBB",
"name": "State1",
"parent_location_id": "AAAAAAAAAA",
"type": "state"
},
{
"id": "ccccddddd,
"name": "City1",
"parent_location_id": "BBBBBBBB",
"type": "city"
},
{
"id": "fgaajfjfhgjgjgjg",
"name": "Campus1",
"parent_location_id": "ccccddddd,
"type": "campus"
},
{
"id": "YQGK12344",
"name": "Building1",
"parent_location_id": "fgaajfjfhgjgjgjg",
"type": "building"
},
{
"id": "uUbbbbbbbb",
"name": "Floor1",
"parent_location_id": "YQGK12344",
"type": "floor"
}
]
}
【Zoom】API开发者 微信交流群
用微信扫右侧二维码,加入【Zoom】API开发者 交流群,互助沟通