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

Request Body

{"description"=>"<string>", "name"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;id&quot;:&quot;\u003cstring\u003e&quot;}