Logo
Zoom Public API Documentation

List ACL rules of specified calendar

GET {{baseUrl}}/calendars/:calId/acl?maxResults=<integer>&showDeleted=<boolean>&pageToken=<string>

Returns the rules in the access control list for the calendar.

Scopes: calendar:read,calendar:read:admin

Rate Limit Label: MEDIUM

 

Body PARAM

Key Datatype Required Description 
maxResults
string The maximum number of entries returned on one result page.
showDeleted
string Whether to include deleted ACLs in the result.
pageToken
string The token that specifies which result page to return.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "kind": "<string>", "etag": "<string>", "nextPageToken": "<string>", "items": [ { "role": "reader", "scope": { "type": "default" }, "kind": "calendar#aclRule", "etag": "<string>", "id": "<string>" }, { "role": "owner", "scope": { "type": "default" }, "kind": "calendar#aclRule", "etag": "<string>", "id": "<string>" } ] }



Curl
curl -X GET 'https://api.zoom.us/v2/calendars/:calId/acl?maxResults=<integer>&showDeleted=<boolean>&pageToken=<string>?maxResults=<integer>&showDeleted=<boolean>&pageToken=<string>' -H 'Accept: application/json'

ENDPOINTS