Logo
Zoom Public API Documentation

Create a group

POST {{baseUrl}}/groups

Use this API to create a group. You can add a maximum of 100 groups in one account per day, and a maximum of 5000 groups in one account.

If you enabled a new group via the user interface, you can also choose whether to display the group and set its privacy level.

Prerequisites: * A Pro or higher account

Scopes: group:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>", "name": "<string>", "total_members": "<integer>" }



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

ENDPOINTS