Logo
Zoom Public API Documentation

Update a group

PATCH {{baseUrl}}/groups/:groupId

Update a group under your account.

Prerequisite: Pro, Business, or Education account

Scopes: group:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





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

ENDPOINTS