Logo
Zoom Public API Documentation

Get the specified ACL rule

GET {{baseUrl}}/calendars/:calId/acl/:aclId

Returns an access control list (ACL) rule.

Scopes: calendar:read,calendar:read:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "role": "owner", "scope": { "type": "default" }, "kind": "calendar#aclRule", "etag": "<string>", "id": "<string>" }



Curl
curl -X GET 'https://api.zoom.us/v2/calendars/:calId/acl/:aclId' -H 'Accept: application/json'

ENDPOINTS