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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"id":"\u003cstring\u003e"}