Logo
Zoom Public API Documentation

Update a contact group

PATCH {{baseUrl}}/contacts/groups/:groupId

Update a contact group under your account.

Prerequisite: Pro or higher account.

Scopes: contact_group:write:admin

Rate Limit Label: Heavy

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/contacts/groups/:groupId' -H 'Content-Type: application/json' -d '{"name":"\u003cstring\u003e","privacy":2,"description":"\u003cstring\u003e"}'

ENDPOINTS