Logo
Zoom Public API Documentation

Get the specified user calendar settings of the authenticated user

GET {{baseUrl}}/calendars/users/:userIdentifier/settings/:settingId

Returns a single setting.

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

{ "id": "displaySecondaryTimezone", "value": "false" }



Curl
curl -X GET 'https://api.zoom.us/v2/calendars/users/:userIdentifier/settings/:settingId' -H 'Accept: application/json'

ENDPOINTS