Logo
Zoom Public API Documentation

Create a new ACL rule

POST {{baseUrl}}/calendars/:calId/acl

Creates an access control list rule.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: HEAVY

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

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



Curl
curl -X POST 'https://api.zoom.us/v2/calendars/:calId/acl' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"role":"none","scope":{"type":"default"}}'

ENDPOINTS