Update a group https://support.zoom.us/hc/enus/articles/204519819GroupManagement under your account.**Prerequisite**: Pro, Business, or Education account**Scopes**: group:write:admin ** Rate Limit Label https://marketplace.zoom.us/docs/apireference/ratelimits#ratelimits :** Light

updateGroup(groupId, name = NULL, return_response = F)

Arguments

groupId

The group ID.Can be retrieved by calling GET /groups https://marketplace.zoom.us/docs/apireference/zoomapi/groups/groups .

name

Group name. It must be unique to one account and less than 128 characters.

return_response

Whether to return the response instead of the response content. Defaults to FALSE.