Logo
Zoom Public API Documentation

Assign Tags to a Zoom Room

PATCH {{baseUrl}}/rooms/:roomId/tags

Use this API to assign Tags to a Zoom Room

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




RESPONSES

status





Curl
curl -X PATCH 'https://api.zoom.us/v2/rooms/:roomId/tags' -H 'Content-Type: application/json' -d '{"tag_ids":["\u003cstring\u003e","\u003cstring\u003e"]}'

ENDPOINTS