Logo
Zoom Public API Documentation

Create a variable group

POST {{baseUrl}}/contact_center/variables/groups

Create a custom variable group.

Scopes: contact_center_variable: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

{ "variable_group_id": "<string>", "variable_group_name": "<string>", "variable_group_description": "<string>", "variable_group_type": "custom", "variable_group_variables_count": 0 }



Curl
curl -X POST 'https://api.zoom.us/v2/contact_center/variables/groups' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"variable_group_name":"\u003cstring\u003e","variable_group_description":"\u003cstring\u003e","variable_group_type":"custom"}'

ENDPOINTS