Logo
Zoom Public API Documentation

Create a new Zoom Rooms Tag

POST {{baseUrl}}/rooms/tags

Use this API to create a new Zoom Rooms Tag.

Prerequisites: * A Pro or a higher plan with a Zoom Rooms license.

Scopes: room:write:admin

Rate Limit Label: Medium

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "id": "<string>" }



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

ENDPOINTS