Logo
Zoom Public API Documentation

Patch the specified user calendar settings of the authenticated user

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

Patches a single setting.

Scopes: calendar:write,calendar:write:admin

Rate Limit Label: LIGHT

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status OK

{ "id": "<string>", "value": "<string>" }



Curl
curl -X PATCH 'https://api.zoom.us/v2/calendars/users/:userIdentifier/settings/:settingId' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"id":"\u003cstring\u003e","value":"\u003cstring\u003e"}'

ENDPOINTS